This commit is contained in:
2025-05-14 09:33:08 -05:00
parent 239c37bf98
commit 4da409aabf
14 changed files with 218 additions and 46 deletions

View File

@@ -3,8 +3,13 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
hyprland.url = "github:hyprwm/Hyprland";
home-manager = {
url = "github:nix-community/home-manager";
hjem = {
url = "github:feel-co/hjem";
inputs.nixpkgs.follows = "nixpkgs";
};
hjem-rum = {
url = "github:snugnug/hjem-rum";
inputs.nixpkgs.follows = "nixpkgs";
};
};