Updated for IVR needs
This commit is contained in:
+2
-2
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user