hosts: Fix NIXOS_CONFIG
This commit is contained in:
parent
ff6e15b88f
commit
f3e9e39aa9
@ -51,6 +51,11 @@ in
|
|||||||
gnupg
|
gnupg
|
||||||
python3
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
sessionVariables = {
|
||||||
|
# Prevent us from having to always type it out
|
||||||
|
NIXOS_CONFIG = "/home/${config.system.singleUser}/Development/Personal/nixos-config/hosts/${config.networking.hostName}.nix";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# We don't tolerate non-free software, except for Steam and Linux firmware
|
# We don't tolerate non-free software, except for Steam and Linux firmware
|
||||||
|
@ -93,12 +93,8 @@
|
|||||||
steam
|
steam
|
||||||
discord-system-electron-wrapped # Custom package
|
discord-system-electron-wrapped # Custom package
|
||||||
discord-wrapper # Custom package
|
discord-wrapper # Custom package
|
||||||
|
mumble
|
||||||
];
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
|
||||||
# Prevent us from having to always type it out
|
|
||||||
NIXOS_CONFIG = "/home/${config.system.singleUser}/Development/Personal/nixos-config/hosts/miku.nix";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.mpv.primaryScreen = "C27F398";
|
programs.mpv.primaryScreen = "C27F398";
|
||||||
|
Loading…
Reference in New Issue
Block a user