summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-03-28 20:00:15 +0100
committerSilas Schöffel <sils@sils.li>2024-03-28 20:00:15 +0100
commit6aad42077729750f0bc538c6d7bf3e483f2eb0ac (patch)
tree6f877caf50963dcc4f7bd8a6d3f75ef2f9a064b4 /flake.nix
parentnixvim: add vim-css-color plugin (diff)
downloadnix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.tar.gz
nix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.zip
treewide: remove hyprland input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index e41fe15..1d9ae13 100644
--- a/flake.nix
+++ b/flake.nix
@@ -142,10 +142,6 @@
       url = "git+https://git.project-insanity.org/onny/wl-togglescreens.git?ref=main";
       inputs.nixpkgs.follows = "nixpkgs";
     };
-    hyprland = {
-      url = "github:hyprwm/hyprland";
-      inputs.systems.follows = "systems";
-    };
   };
   #}}}
   outputs = {
@@ -161,7 +157,6 @@
     flake-utils,
     agenix,
     ragenix,
-    hyprland,
     ...
   } @ attrs:
     flake-utils.lib.eachDefaultSystem (system: let
@@ -210,7 +205,6 @@
           flake-utils
           agenix
           ragenix
-          hyprland
           ;
       };
     };