First commit

This commit is contained in:
2026-02-22 17:28:02 +01:00
parent 7a70268785
commit 6bacf1878e
9011 changed files with 114470 additions and 0 deletions
@@ -0,0 +1,26 @@
{ config, pkgs, lib, ... }:
{
imports = [
# Shell (deviations)
./shell/zsh.nix
./shell/starship.nix
# Dev (deviations)
./dev/git.nix
./dev/ssh-client.nix
./dev/direnv.nix
# Desktop overrides (deviations)
./desktop/hyprland-overrides.nix
./desktop/waybar-overrides.nix
./desktop/hyprshell.nix
# apps
./apps/default-apps.nix
];
# Home Manager should manage XDG base dirs consistently
xdg.enable = true;
}