remove hyprland from nix flake
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
outputs = { self, zen-browser, ... } @inputs: let
|
||||
system = "x86_64-linux";
|
||||
inherit (inputs.hyprland.inputs) nixpkgs;
|
||||
eachSystem = nixpkgs.lib.genAttrs (import inputs.hyprland.inputs.systems);
|
||||
inherit (inputs) nixpkgs;
|
||||
eachSystem = nixpkgs.lib.genAttrs (import inputs.systems);
|
||||
pkgsFor = eachSystem (system: import nixpkgs {localSystem = system;});
|
||||
in {
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user