Compare commits

..

No commits in common. "27420bc9a33a7dc0b7028a06faf16ade72e726bb" and "3bb1e2d13f2cfb85fe79e3f511a2f005d6094f52" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View file

@ -43,10 +43,8 @@ in
services.mako = lib.mkIf config.desktop.mako.enable { services.mako = lib.mkIf config.desktop.mako.enable {
enable = true; enable = true;
settings = { borderRadius = 10;
borderRadius = 10; borderSize = 2;
borderSize = 2;
};
}; };
services.hypridle = lib.mkIf config.desktop.hypridle.enable { services.hypridle = lib.mkIf config.desktop.hypridle.enable {

View file

@ -5,7 +5,6 @@ lib.mkIf config.desktop.enable {
(with pkgs; [ (with pkgs; [
feh feh
vlc
enpass enpass
proton-pass proton-pass
@ -22,14 +21,12 @@ lib.mkIf config.desktop.enable {
qemu qemu
libreoffice libreoffice
#blender
gimp gimp
inkscape inkscape
prusa-slicer prusa-slicer
UVtools UVtools
audacity audacity
freecad-wayland
blender
openscad
]); ]);
} }