install kanshi/networkmanager to milhouse
This commit is contained in:
parent
0fe3c9c6cb
commit
5aadaedd9d
|
@ -22,6 +22,8 @@ in
|
|||
] ++ lib.optionals (config.networking.hostName == "jimbo") [
|
||||
modules/kanshi.nix
|
||||
../secrets/codemonauts.nix
|
||||
] ++ lib.optionals (config.networking.hostName == "milhouse") [
|
||||
modules/kanshi.nix
|
||||
];
|
||||
|
||||
gtk = {
|
||||
|
@ -117,6 +119,8 @@ in
|
|||
shared-2fa
|
||||
igproxy-access
|
||||
sqlstrip
|
||||
] ++ lib.optionals (config.networking.hostName == "milhouse") [
|
||||
networkmanager
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue