feat(hypr): Add dotfiles
This commit is contained in:
parent
b819c45b4c
commit
92b172b0a3
8 changed files with 544 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue