added files

This commit is contained in:
kenji
2025-08-19 17:03:16 -05:00
parent aae0668878
commit b1daadc71e
9 changed files with 606 additions and 49 deletions
+17
View File
@@ -0,0 +1,17 @@
{pkgs, ...}: {
imports = [
./keybinds.nix
./execs.nix
./rules.nix
./env.nix
./colours.nix
];
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd.enable = true;
settings = {
};
};
}