trying stylix

This commit is contained in:
2026-03-16 22:27:55 +00:00
parent d4136b07b8
commit 3be7dbc5bb
4 changed files with 23 additions and 48 deletions
@@ -33,6 +33,6 @@
home = user.homeDirectory;
};
# Optional: Enable auto-login for testing
services.getty.autologinUser = user.username;
#services.getty.autologinUser = user.username;
};
}
@@ -16,8 +16,8 @@
./dbus.nix
./audio.nix
./xdg.nix
#./session.nix
./networking.nix
./nix.nix
inputs.home-manager.nixosModules.home-manager
];
}
@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
}