Add catppuccin themeing
This commit is contained in:
parent
3f4a4c838d
commit
4eea2232fb
12 changed files with 47 additions and 32 deletions
|
@ -31,6 +31,7 @@ in rec {
|
|||
systemd.enable = true;
|
||||
xwayland = true;
|
||||
wrapperFeatures = { gtk = true; };
|
||||
catppuccin.enable = true;
|
||||
extraSessionCommands = ''
|
||||
#export XDG_CURRENT_DESKTOP=Unity
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
|
@ -50,7 +51,7 @@ in rec {
|
|||
};
|
||||
"*" = { xkb_numlock = "enable"; };
|
||||
};
|
||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
terminal = "${pkgs.kitty}/bin/kitty";
|
||||
menu = "${bemenuLauncher}/bin/bemenuLauncher";
|
||||
gaps.inner = 8;
|
||||
modifier = "Mod4";
|
||||
|
@ -159,6 +160,7 @@ in rec {
|
|||
name = "hicolor";
|
||||
};
|
||||
gtk3.extraConfig.gtk-menu-images = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
dconf.settings = { "org/gnome/desktop/interface".menus-have-icons = true; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue