diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-27 21:34:23 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-27 21:34:23 +0100 |
commit | 1ea292d55e5fd100a2533b16bbce228a07c32a2c (patch) | |
tree | f7455cec7e07d23cd32b6b7150409463aa8e477f /flake.nix | |
parent | f41f94466c090d51be119331ec1a5e835d426a0d (diff) |
add wlsunset and hy3
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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"; }; |