added hardware config

This commit is contained in:
kenji
2025-12-23 12:13:29 -06:00
parent 56a829cdb3
commit 9b615f3825
5 changed files with 953 additions and 1 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
inputs.nixpkgs.follows = "nixpkgs";
};
nixovim = {
url = "git+https://git.sakamoto.dev/kenji/nixovim.git";
inputs.nixpkgs.follows = "nixpkgs";