summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b0f0cc7..e11b31b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,14 +3,21 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
+
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
+
helix.url = "github:helix-editor/helix/master";
+
hyprland.url = "github:hyprwm/Hyprland";
+
utils.url = "github:gytis-ivaskevicius/flake-utils-plus";
+
agenix.url = "github:ryantm/agenix";
+
update-systemd-resolved.url = "github:jonathanio/update-systemd-resolved";
update-systemd-resolved.inputs.nixpkgs.follows = "nixpkgs";
+
nil.url = "github:oxalica/nil";
};