flake: remove hyprland nixos module

We now use the nixpkgs hyprland
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-05-28 01:16:30 -03:00
parent 3c0abf9d9e
commit 428c6cb12f
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
4 changed files with 7 additions and 214 deletions

View file

@ -8,14 +8,9 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland/v0.40.0";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, home-manager, hyprland, nixpkgs, ... }@inputs:
outputs = { self, home-manager, nixpkgs, ... }@inputs:
let system = "x86_64-linux";
in {
nixosConfigurations."nixos" =
@ -24,9 +19,6 @@
modules = [
./nixos.nix
hyprland.nixosModules.default
{ programs.hyprland.enable = true; }
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;