Use stylix and refactor related things

This commit is contained in:
Pedro Rey Anca 2025-06-09 18:49:44 +02:00
parent f173a43c72
commit 96dc27ff50
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
19 changed files with 600 additions and 397 deletions

View file

@ -3,14 +3,14 @@
inputs,
username,
host,
pkgs-unstable,
...
}: {
imports = [inputs.home-manager.nixosModules.home-manager];
home-manager = {
backupFileExtension = "hmbkp";
useUserPackages = true;
useGlobalPkgs = true;
extraSpecialArgs = {inherit inputs username host pkgs-unstable;};
extraSpecialArgs = {inherit inputs username host;};
users.${username} = {
imports = [./../home];
home.username = "${username}";