This commit is contained in:
Chris Cochrun 2023-02-23 14:53:58 -06:00
parent 984e06d60d
commit 7e188e685e
3 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@ window:
#dimensions: #dimensions:
# columns: 0 # columns: 0
# lines: 0 # lines: 0
opacity: 0.90 opacity: 1.00
dynamic_title: true dynamic_title: true
# Window position (changes require restart) # Window position (changes require restart)

View file

@ -8,7 +8,7 @@ with lib;
}; };
# This adds hyprland cache to cachix # This adds hyprland cache to cachix and relaxes sandbox
nix.settings = { nix.settings = {
substituters = ["https://hyprland.cachix.org"]; substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];

View file

@ -42,6 +42,7 @@
quickemu quickemu
macchina macchina
neofetch neofetch
fwupd
]; ];
} }