Full speed ahead to 22.11-

This commit is contained in:
Natsu Kagami 2022-12-05 10:59:59 +01:00
parent fef90d202c
commit 659ad9e6a3
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 51 additions and 54 deletions

View file

@ -33,7 +33,7 @@ in
## CLI stuff
dex # .desktop file management, startup
sct # Display color temperature
# sct # Display color temperature
xdg-utils # Open stuff
] ++ (if pkgs.stdenv.isAarch64 then [ ] else [
mailspring

View file

@ -36,7 +36,7 @@ with lib;
# Picom: X Compositor
services.picom = mkIf (!cfg.hasDE) {
enable = true;
blur = true;
# blur = true;
fade = true;
fadeDelta = 3;
shadow = true;