summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-19 07:53:37 -0700
committerFuwn <[email protected]>2024-09-19 07:54:03 -0700
commit3e2f9b079afda61e5b114862df3660ca66063002 (patch)
tree77f65fc77c75e582704b6fffafb3e1b337c3ffe4 /flake.nix
parenthyprland: fix rofi focus (diff)
downloadnixos-config-3e2f9b079afda61e5b114862df3660ca66063002.tar.xz
nixos-config-3e2f9b079afda61e5b114862df3660ca66063002.zip
hosts: update himeji
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2b94435..cd791c0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -177,5 +177,10 @@
url = "github:ezKEa/aagl-gtk-on-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
+
+ disko = {
+ url = "github:nix-community/disko";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
}