feat: easy theme switching with stylix, specialisations, and a rofi script; feat: switch to kitty terminal

This commit is contained in:
2025-12-18 20:49:12 -05:00
parent d708b43395
commit f082e5a1d3
8 changed files with 36 additions and 15 deletions
+3 -3
View File
@@ -2,6 +2,7 @@
inputs,
hostName,
pkgs,
userName,
...
}:
@@ -38,7 +39,7 @@
home-manager = {
extraSpecialArgs = { inherit inputs; };
users = {
autumn = import (../../.. + "/home/pc/${hostName}/home.nix");
${userName} = import (../../.. + "/home/pc/${hostName}/home.nix");
};
};
@@ -83,9 +84,8 @@
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
users.users.autumn = {
users.users.${userName} = {
isNormalUser = true;
description = "Autumn";
extraGroups = [
"networkmanager"
"wheel"