whoops
This commit is contained in:
parent
7e88bfcabc
commit
e25cc767b8
2 changed files with 2 additions and 4 deletions
|
@ -18,9 +18,7 @@
|
|||
|
||||
modules = {
|
||||
desktop = {
|
||||
plymouth.enable = false;
|
||||
kitty.enable = true;
|
||||
hyprland.enable = false;
|
||||
xmonad.enable = true;
|
||||
picom.enable = true;
|
||||
dunst.enable = true;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue