feat(hypr): Add dotfiles

This commit is contained in:
Tibo De Peuter 2025-09-22 18:26:47 +02:00
parent b819c45b4c
commit 92b172b0a3
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
8 changed files with 544 additions and 0 deletions

View file

@ -32,6 +32,11 @@ in {
recursive = true;
source = ../../../stow/git/.config/git;
};
".config/hypr" = {
inherit (config.sisyphus.desktop.hyprland) enable;
recursive = true;
source = ../../../stow/hyprland/.config/hypr;
};
".config/kitty" = {
enable = false;
recursive = true;