diff --git a/modules/nixos/common/base.nix b/modules/nixos/common/base.nix index 8a43955..532bfb9 100644 --- a/modules/nixos/common/base.nix +++ b/modules/nixos/common/base.nix @@ -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 = [ diff --git a/modules/nixos/laptop/desktop.nix b/modules/nixos/laptop/desktop.nix index 1724551..08641fb 100644 --- a/modules/nixos/laptop/desktop.nix +++ b/modules/nixos/laptop/desktop.nix @@ -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;