waybar restyle, new themes
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
terminal.wezterm.enable = true;
|
||||
terminal.ghostty.enable = true;
|
||||
systemd.user.settings.Manager.DefaultEnvironment = {
|
||||
TERMINAL = "ghostty";
|
||||
TERMINAL = "wezterm";
|
||||
};
|
||||
|
||||
services = {
|
||||
|
Reference in New Issue
Block a user