mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-04-09 13:31:32 +02:00
✨ Enable active application blur through blur-my-shell
This commit is contained in:
parent
5087472710
commit
65ef160a32
3 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,6 @@
|
|||
### Jetbrains
|
||||
/.idea
|
||||
|
||||
# Nix build-vm ouputs
|
||||
*.qcow2
|
||||
/result
|
||||
|
|
|
@ -75,6 +75,7 @@ in
|
|||
sigma = 30;
|
||||
opacity = 230;
|
||||
enable-all = true;
|
||||
dynamic-opacity = false;
|
||||
};
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = cfg.wallpaper;
|
||||
|
|
|
@ -46,7 +46,6 @@ in {
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-tweaks
|
||||
blackbox-terminal # Terminal app
|
||||
resources # System resource manager
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue