changed unfree rules

This commit is contained in:
2025-06-08 18:21:05 +03:00
parent ef204b0dd4
commit c0c1da930e
6 changed files with 21 additions and 18 deletions
+3 -2
View File
@@ -45,18 +45,19 @@
./hosts/generic/users.nix
./hosts/generic/home-persistence.nix
./hosts/generic/zapret.nix
./hosts/generic/allow_unfree.nix
./hosts/Aphelion/hardware-Aphelion.nix
./hosts/Aphelion/nvidia.nix
./desktop/gnome.nix
./misc/disable_suspend.nix
./home/yaroslav/steam.nix
home-manager.nixosModules.home-manager
zapret.nixosModules.zapret
{
home-manager.useUserPackages = true;
home-manager.users.yaroslav = {
imports = [
./home/yaroslav/Aphelion/Aphelion.nix
./home/yaroslav/steam.nix
./home/yaroslav/Aphelion/Aphelion.nix
];
};
}