diff options
author | Silas Schöffel <sils@sils.li> | 2024-03-28 20:00:15 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-03-28 20:00:15 +0100 |
commit | 6aad42077729750f0bc538c6d7bf3e483f2eb0ac (patch) | |
tree | 6f877caf50963dcc4f7bd8a6d3f75ef2f9a064b4 /flake.nix | |
parent | nixvim: add vim-css-color plugin (diff) | |
download | nix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.tar.gz nix-config-6aad42077729750f0bc538c6d7bf3e483f2eb0ac.zip |
treewide: remove hyprland input
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
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 ; }; }; |