fixed zshell config editing aliases, rewrote the 'if (host == 'oganesson')' statements to be more readable
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
home-manager,
|
||||
...
|
||||
}: let
|
||||
desktop = (host == "onagesson");
|
||||
desktop_modules =
|
||||
if (host == "onagesson")
|
||||
if desktop
|
||||
then [(import ./gaming)]
|
||||
else [];
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user