removed hyprland from flake as now using home-manager module

This commit is contained in:
Gabriella Bere 2024-08-22 12:58:58 +01:00
parent 67c5729083
commit 962aec2205

View file

@ -11,9 +11,6 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "stablepkgs";
};
# Hyprland wm
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
};
outputs = { self, nixpkgs, home-manager, hyprland, ... } @ inputs: