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 {
enable = true;
settings = {
borderRadius = 10;
borderSize = 2;
};
borderRadius = 10;
borderSize = 2;
};
services.hypridle = lib.mkIf config.desktop.hypridle.enable {

View file

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