adds hyprland wd with required stuff
All checks were successful
Nix Format Check / check-format (push) Successful in 40s
All checks were successful
Nix Format Check / check-format (push) Successful in 40s
This commit is contained in:
@@ -54,6 +54,35 @@ config:
|
||||
target: ~/.ssh/authorized_keys
|
||||
chmod: 600
|
||||
|
||||
# Hyprland config
|
||||
hyprland:
|
||||
source: ~/dotfiles/config/hyprland.conf
|
||||
target: ~/.config/hypr/hyprland.conf
|
||||
|
||||
# kitty config
|
||||
kitty:
|
||||
source: ~/dotfiles/config/kitty.conf
|
||||
target: ~/.config/kitty/kitty.conf
|
||||
|
||||
kitty_theme:
|
||||
source: ~/dotfiles/config/kitty-theme.conf
|
||||
target: ~/.config/kitty/theme.conf
|
||||
|
||||
# hyprlock config
|
||||
hyprlock:
|
||||
source: ~/dotfiles/config/hyprlock.conf
|
||||
target: ~/.config/hypr/hyprlock.conf
|
||||
|
||||
# hypridle config
|
||||
hypridle:
|
||||
source: ~/dotfiles/config/hypridle.conf
|
||||
target: ~/.config/hypr/hypridle.conf
|
||||
|
||||
# Hyprpaper config
|
||||
hyprpaper:
|
||||
source: ~/dotfiles/config/hyprpaper.conf
|
||||
target: ~/.config/hypr/hyprpaper.conf
|
||||
|
||||
# Starship config
|
||||
starship:
|
||||
source: ~/dotfiles/config/starship.toml
|
||||
|
||||
Reference in New Issue
Block a user