move citrix & zoom to home/work
This commit is contained in:
parent
bb44742f23
commit
26cabf185d
17 changed files with 12 additions and 3 deletions
|
|
@ -13,9 +13,6 @@
|
|||
./services.nix
|
||||
./sway.nix
|
||||
./terminals.nix
|
||||
] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") [
|
||||
./citrix.nix
|
||||
./zoom.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
anonymousPro
|
||||
|
|
|
|||
9
home/work/default.nix
Normal file
9
home/work/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
home-manager.users.don = {
|
||||
imports = [
|
||||
./citrix.nix
|
||||
./zoom.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
../workstation/games
|
||||
../themes.nix
|
||||
../wm
|
||||
../../home/work
|
||||
];
|
||||
networking.hostName = "eve";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
../workstation/games
|
||||
../wm
|
||||
../themes.nix
|
||||
../../home/work
|
||||
];
|
||||
networking.hostName = "loki";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
../workstation
|
||||
../wm
|
||||
../themes.nix
|
||||
../../home/work
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue