diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -14,11 +14,10 @@ }; # modern window compositor - # hyprland.url = "github:hyprwm/Hyprland"; - # hyprland = { - # url = "github:hyprwm/Hyprland"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; + hyprland = { + url = "github:hyprwm/Hyprland"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; nix-colors.url = "github:misterio77/nix-colors"; @@ -135,8 +134,9 @@ outputs = inputs@{ self, ...}: with inputs; { packages.x86_64-linux = { + # packages.x86_64-linux = { ISO = nixos-generators.nixosGenerate { - system = "x86_64-linux"; + system = "aarch64-linux"; modules = [ ./modules/users/defin.nix ./modules/nixos/system-packages.nix |
