hosts: Fix NIXOS_CONFIG

This commit is contained in:
PapaTutuWawa 2021-08-28 14:51:01 +02:00
parent ff6e15b88f
commit f3e9e39aa9
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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";