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
|
./services.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./terminals.nix
|
./terminals.nix
|
||||||
] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") [
|
|
||||||
./citrix.nix
|
|
||||||
./zoom.nix
|
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
anonymousPro
|
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
|
../workstation/games
|
||||||
../themes.nix
|
../themes.nix
|
||||||
../wm
|
../wm
|
||||||
|
../../home/work
|
||||||
];
|
];
|
||||||
networking.hostName = "eve";
|
networking.hostName = "eve";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
../workstation/games
|
../workstation/games
|
||||||
../wm
|
../wm
|
||||||
../themes.nix
|
../themes.nix
|
||||||
|
../../home/work
|
||||||
];
|
];
|
||||||
networking.hostName = "loki";
|
networking.hostName = "loki";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
../workstation
|
../workstation
|
||||||
../wm
|
../wm
|
||||||
../themes.nix
|
../themes.nix
|
||||||
|
../../home/work
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue