remove hyprland from nix flake

This commit is contained in:
2026-06-25 17:25:04 +02:00
parent 637a3ca3a2
commit 64c156021a
+2 -2
View File
@@ -14,8 +14,8 @@
outputs = { self, zen-browser, ... } @inputs: let outputs = { self, zen-browser, ... } @inputs: let
system = "x86_64-linux"; system = "x86_64-linux";
inherit (inputs.hyprland.inputs) nixpkgs; inherit (inputs) nixpkgs;
eachSystem = nixpkgs.lib.genAttrs (import inputs.hyprland.inputs.systems); eachSystem = nixpkgs.lib.genAttrs (import inputs.systems);
pkgsFor = eachSystem (system: import nixpkgs {localSystem = system;}); pkgsFor = eachSystem (system: import nixpkgs {localSystem = system;});
in { in {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {