System Gen103 @ 2024-04-25-20:44:01

This commit is contained in:
2024-04-25 20:44:02 +02:00
parent fe5aa76a9d
commit 25494f7d8f
3 changed files with 232 additions and 1 deletions

View File

@@ -22,6 +22,14 @@
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
};
outputs = {