Enable active application blur through blur-my-shell

This commit is contained in:
Jo 2025-01-14 19:27:07 +01:00
parent 5087472710
commit 65ef160a32
3 changed files with 5 additions and 1 deletions
.gitignore
modules
home/desktop/gnome
nixos/desktop/gnome

4
.gitignore vendored
View file

@ -1,2 +1,6 @@
### Jetbrains
/.idea
# Nix build-vm ouputs
*.qcow2
/result

View file

@ -75,6 +75,7 @@ in
sigma = 30;
opacity = 230;
enable-all = true;
dynamic-opacity = false;
};
"org/gnome/desktop/background" = {
picture-uri = cfg.wallpaper;

View file

@ -46,7 +46,6 @@ in {
environment.systemPackages = with pkgs; [
gnome-tweaks
blackbox-terminal # Terminal app
resources # System resource manager
];
};