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;

View file

@ -13,9 +13,9 @@ in
config = mkIf cfg.enable {
programs.broot = {
enable = true;
modal = true;
settings.modal = true;
verbs = [
settings.verbs = [
{
invocation = "edit";
key = "enter";
@ -25,7 +25,7 @@ in
}
];
skin = {
settings.skin = {
default = "none none";
tree = "gray(7) None / gray(18) None";
file = "gray(3) None / gray(8) None";