Full speed ahead to 22.11-
This commit is contained in:
parent
fef90d202c
commit
659ad9e6a3
6 changed files with 51 additions and 54 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue