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 = {
desktop = {
plymouth.enable = false;
kitty.enable = true;
hyprland.enable = false;
xmonad.enable = true;
picom.enable = true;
dunst.enable = true;

View file

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