hosts: Fix NIXOS_CONFIG
This commit is contained in:
parent
ff6e15b88f
commit
f3e9e39aa9
@ -51,6 +51,11 @@ in
|
||||
gnupg
|
||||
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
|
||||
|
@ -93,12 +93,8 @@
|
||||
steam
|
||||
discord-system-electron-wrapped # 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";
|
||||
|
Loading…
Reference in New Issue
Block a user