simplify hm (also as prep to use it on servers)

This commit is contained in:
Vivian 2023-05-30 12:09:05 +02:00
parent 557bc492f4
commit 2f82c391e0
6 changed files with 21 additions and 40 deletions

View file

@ -23,12 +23,7 @@
};
};
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
users.victor = import ./home;
extraSpecialArgs = { inherit inputs; };
};
home-manager.users.victor = import ./home;
# Enable Ozone rendering for Chromium and Electron apps.
environment.sessionVariables.NIXOS_OZONE_WL = "1";