Updated for IVR needs

This commit is contained in:
Greg Hellings
2023-11-03 10:06:32 -05:00
parent 145c6e30fb
commit ca20745d12
5 changed files with 114 additions and 66 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
let
system = "x86_64-linux";
pkgs = (import inputs.nixunstable { inherit system overlays; });
in inputs.hm.lib.homeManagerConfiguration {
in inputs.hmunstable.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
extraSpecialArgs = {
inherit inputs;
gui = false;
gnome = true;
gnome = false;
host = "ivr";
username = "gregory.hellings";
};