remove hyprland from nix flake
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user