machines: lappy/desko: port to use the new homes helper

This commit is contained in:
colin 2022-05-23 00:07:08 -07:00
parent abc15897aa
commit 56a0d5bab8
3 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,4 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.colin = import ./../../helpers/home-manager-gen-colin.nix {
inherit pkgs; system = "x86_64-linux"; gui = "gnome";
};
}

View File

@ -7,4 +7,8 @@
./../common/gui.nix
./fs.nix
];
home-manager.users.colin = import ./../../helpers/home-manager-gen-colin.nix {
inherit pkgs; system = "x86_64-linux"; gui = "gnome";
};
}

View File

@ -7,4 +7,8 @@
./../common/gui.nix
./fs.nix
];
home-manager.users.colin = import ./../../helpers/home-manager-gen-colin.nix {
inherit pkgs; system = "x86_64-linux"; gui = "gnome";
};
}