summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 6737252..9bbea91 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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