modules
This commit is contained in:
parent
48e18fb4da
commit
b47cbb2d84
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714981474,
|
"lastModified": 1715077503,
|
||||||
"narHash": "sha256-b3/U21CJjCjJKmA9WqUbZGZgCvospO3ArOUTgJugkOY=",
|
"narHash": "sha256-AfHQshzLQfUqk/efMtdebHaQHqVntCMjhymQzVFLes0=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "6ebe7be2e67be7b9b54d61ce5704f6fb466c536f",
|
"rev": "6e277d9566de9976f47228dd8c580b97488734d4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -16,14 +16,10 @@
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/default/configuration.nix
|
./hosts/default/configuration.nix
|
||||||
];
|
./nixos_modules
|
||||||
};
|
|
||||||
workmachine = nixpkgs.lib.nixosSystem {
|
|
||||||
specialArgs = {inherit inputs;};
|
|
||||||
modules = [
|
|
||||||
./hosts/workmachine/configuration.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
homeManagerModules.default = ./homeManager_modules;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
update = "sudo nixos-rebuild switch --flake $(readlink -f /etc/nixos)#workmachine";
|
update = "sudo nixos-rebuild switch --flake $(readlink -f /etc/nixos)#default";
|
||||||
nix-home = "nvim $HOME/nixos/hosts/workmachine/home.nix";
|
nix-home = "nvim $HOME/nixos/hosts/workmachine/home.nix";
|
||||||
nix-conf = "nvim $HOME/nixos/hosts/workmachine/configuration.nix";
|
nix-conf = "nvim $HOME/nixos/hosts/workmachine/configuration.nix";
|
||||||
};
|
};
|
Loading…
Reference in New Issue