Add my.isLaptop variable
This commit is contained in:
parent
ec7c98dcc8
commit
160952445a
4 changed files with 23 additions and 13 deletions
|
@ -120,11 +120,10 @@ in
|
|||
studio-link
|
||||
python3.pkgs.brother-ql
|
||||
|
||||
] ++ lib.optionals (config.networking.hostName == "jimbo") [
|
||||
networkmanager
|
||||
] ++ lib.optionals (config.networking.hostName == "milhouse") [
|
||||
] ++ lib.optionals (config.my.isLaptop) [
|
||||
networkmanager
|
||||
];
|
||||
|
||||
home.stateVersion = "21.11";
|
||||
|
||||
gtk = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue