First commit
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user