waybar restyle, new themes

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-08 12:30:00 +03:00
parent 1a4f54d7bc
commit 07838aa669
5 changed files with 90 additions and 30 deletions

View File

@ -8,7 +8,7 @@
self.nixosModules.desktop
self.nixosModules.system
./disko
./minecraft.nix
# ./minecraft.nix
];
networking = {
@ -31,7 +31,7 @@
};
stylix = {
enable = true;
theme = "helios";
theme = "rose-pine-dawn";
};
};

View File

@ -9,7 +9,7 @@
terminal.wezterm.enable = true;
terminal.ghostty.enable = true;
systemd.user.settings.Manager.DefaultEnvironment = {
TERMINAL = "ghostty";
TERMINAL = "wezterm";
};
services = {