summaryrefslogtreecommitdiff
path: root/modules/nix-settings.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-14 08:21:57 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-14 08:21:57 +0100
commitc88cfb92e38ae7abfd7abb699a108dd3cd537b20 (patch)
tree512884a15e5ad395f25e4f38101004c787f412ff /modules/nix-settings.nix
parent4428f370dd343f21b839a1479a5f8ef4e605ebad (diff)
modules -> config etc
Diffstat (limited to 'modules/nix-settings.nix')
-rw-r--r--modules/nix-settings.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/nix-settings.nix b/modules/nix-settings.nix
deleted file mode 100644
index 8db69ad..0000000
--- a/modules/nix-settings.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ ... }:
-{
- nix.settings = {
- experimental-features = [ "nix-command" "flakes" ];
- substituters = ["https://hyprland.cachix.org"];
- trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
- };
-}