nuke it all
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -36,13 +36,13 @@
|
||||
stationette = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./system/configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.users.chris = import ./home;
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
inherit inputs;
|
||||
};
|
||||
}
|
||||
#home-manager.nixosModules.home-manager {
|
||||
# home-manager.users.chris = import ./home;
|
||||
# home-manager.extraSpecialArgs = {
|
||||
# inherit pkgs-unstable;
|
||||
# inherit inputs;
|
||||
# };
|
||||
#}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user