summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-27 21:34:23 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-27 21:34:23 +0100
commit1ea292d55e5fd100a2533b16bbce228a07c32a2c (patch)
treef7455cec7e07d23cd32b6b7150409463aa8e477f /flake.nix
parentf41f94466c090d51be119331ec1a5e835d426a0d (diff)
add wlsunset and hy3
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";
};