This commit is contained in:
Sakooooo 2023-09-09 14:25:19 +04:00
parent 7e88bfcabc
commit e25cc767b8
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 4 deletions

View file

@ -18,9 +18,7 @@
modules = { modules = {
desktop = { desktop = {
plymouth.enable = false;
kitty.enable = true; kitty.enable = true;
hyprland.enable = false;
xmonad.enable = true; xmonad.enable = true;
picom.enable = true; picom.enable = true;
dunst.enable = true; dunst.enable = true;

View file

@ -1,5 +1,4 @@
{ { outputs,
outputs,
options, options,
config, config,
lib, lib,
@ -87,6 +86,7 @@ in {
package = pkgs.catppuccin-cursors.mochaDark; package = pkgs.catppuccin-cursors.mochaDark;
}; };
gtk = { gtk = {
enable = true;
theme.name = "vimix-dark-ruby"; theme.name = "vimix-dark-ruby";
iconTheme.name = "Vimix Ruby Dark"; iconTheme.name = "Vimix Ruby Dark";
}; };