about summary refs log tree commit diff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-12-17 02:04:27 +0300
committerazahi <azat@bahawi.net>2024-12-17 02:04:27 +0300
commit1ae038a0a86348074b422ea87c03836b0962af67 (patch)
treeae56c73c01b4777e3e24a22c2d67943706997cf0 /modules/hyprland.nix
parent2024-12-02 (diff)
2024-12-17 HEAD master
Diffstat (limited to '')
-rw-r--r--modules/hyprland.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index cab01b6..c7f574a 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -1,6 +1,5 @@
 {
   config,
-  inputs,
   lib,
   ...
 }:
@@ -128,16 +127,5 @@ in
     };
 
     programs.hyprland.enable = true;
-
-    nixpkgs.overlays = [ inputs.hyprland.overlays.default ];
-
-    nix.settings = {
-      substituters = [
-        "https://hyprland.cachix.org"
-      ];
-      trusted-public-keys = [
-        "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
-      ];
-    };
   };
 }

Consider giving Nix/NixOS a try! <3