This commit is contained in:
death916 2025-08-14 01:22:07 -07:00
parent 750f4e90e5
commit 9484889c99
2 changed files with 10 additions and 7 deletions

View file

@ -22,8 +22,16 @@
"flakes"
];
nix.settings.substituters = [ "https://hyprland.cachix.org" ];
nix.settings.trusted-public-keys = [ "hyprland.cachix.org-1:fAmf/fNyvJx5Jzlkz2eX2/RjY8w+FzB9q/t0B/s/aA4=" ];
nix.settings.substituters = [
"https://hyprland.cachix.org"
"https://cache.flox.dev"
"https://nix-community.cachix.org"
];
nix.settings.trusted-public-keys = [
"hyprland.cachix.org-1:fAmf/fNyvJx5Jzlkz2eX2/RjY8w+FzB9q/t0B/s/aA4="
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
"nix-community.cachix.org-1:mB9FSh9xQBNtfPKv2zntfNAxZ/7ITrQA3bFxIf/acADf4z68QUS+Njp/PVhvKK/l"
];
zramSwap.enable = true;
swapDevices = [

View file

@ -24,11 +24,6 @@
# environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Required for some Electron apps
nix.settings.trusted-substituters = [ "https://cache.flox.dev" ];
nix.settings.trusted-public-keys = [
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
];
programs.hyprland = {
enable = true;
xwayland.enable = true;