work: disable hyprland blur
This commit is contained in:
parent
cce2743003
commit
63cf75d581
1 changed files with 4 additions and 1 deletions
|
|
@ -22,7 +22,10 @@ with lib; {
|
||||||
code.enable = true;
|
code.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
git.identity.email = "moritz.boehme@l.de";
|
git.identity.email = "moritz.boehme@l.de";
|
||||||
hyprland.enable = true;
|
hyprland = {
|
||||||
|
enable = true;
|
||||||
|
blur = false;
|
||||||
|
};
|
||||||
miracast.enable = true;
|
miracast.enable = true;
|
||||||
python.versions = {
|
python.versions = {
|
||||||
"38".enable = true;
|
"38".enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue