chore: modularization, factorization
This commit is contained in:
parent
6aa29a5f50
commit
8c7e350325
7 changed files with 40 additions and 94 deletions
|
|
@ -13,12 +13,12 @@
|
|||
nixosConfigurations.selune = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/selune/configuration.nix
|
||||
./hosts/selune
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.hms = ./home/home.nix;
|
||||
home-manager.users.hms = ./home;
|
||||
home-manager.backupFileExtension = "bak";
|
||||
}
|
||||
];
|
||||
|
|
@ -26,12 +26,12 @@
|
|||
nixosConfigurations.shar = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/shar/configuration.nix
|
||||
./hosts/shar
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.hms = ./home/home.nix;
|
||||
home-manager.users.hms = ./home;
|
||||
home-manager.backupFileExtension = "bak";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue