feat: set up 'stylix'

This commit is contained in:
2026-02-16 20:07:52 +01:00
parent 04f33a92ea
commit 91b0a430d2
7 changed files with 58 additions and 8 deletions

View File

@@ -1,10 +1,5 @@
{ lib, ... }:
{
services.mako = {
enable = true;
settings = {
border-color = lib.mkForce "#bbbbbb";
};
};
}

View File

@@ -32,6 +32,10 @@
profileNames = [ "default" ];
colorTheme.enable = true;
};
librewolf = {
profileNames = [ "default" ];
colorTheme.enable = true;
};
gnome.enable = false;
gtk.enable = false;
kitty = {

View File

@@ -16,9 +16,7 @@
};
home.file = {
".config/tmux/tmux.regular.conf".source = dotsPath + "/.config/tmux/tmux.regular.conf";
".config/tmux/hooks/tmux.ssh.conf".source = dotsPath + "/.config/tmux/hooks/tmux.ssh.conf";
".config/tmux/hooks/tmux.regular.conf".source = dotsPath + "/.config/tmux/hooks/tmux.regular.conf";
};
};
}