flake: remove hyprland nixos module
We now use the nixpkgs hyprland
This commit is contained in:
parent
3c0abf9d9e
commit
428c6cb12f
4 changed files with 7 additions and 214 deletions
10
flake.nix
10
flake.nix
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue