update flake for Ratchet
This commit is contained in:
@@ -27,11 +27,21 @@
|
||||
./hosts/generic/users.nix
|
||||
./hosts/Ratchet/hardware-Ratchet.nix
|
||||
./hosts/generic/persistence.nix
|
||||
./desktop/kde.nix
|
||||
./hosts/generic/unfree_allow.nix
|
||||
./hosts/generic/virtualization.nix
|
||||
./hosts/generic/zapret.nix
|
||||
./hosts/generic/plymouth.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.yaroslav = import ./home/yaroslav/home.nix;
|
||||
home-manager.users.yaroslav = {
|
||||
imports = [
|
||||
./home/yaroslav/home.nix
|
||||
./home/yaroslav/home_gui.nix
|
||||
./home/yaroslav/steam.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user