nixos-config/conf.yml

26 lines
449 B
YAML
Raw Normal View History

2024-11-08 08:19:02 -05:00
- defaults:
link:
relink: true
create: true
- clean: ['~']
- link:
~/.config/tmux:
~/.config/nvim:
~/.config/sway:
~/.config/kitty:
~/.config/aerc:
~/.config/mako:
~/.config/git:
~/.config/waybar:
~/.config/i3status-rust:
~/.config/rofi:
2024-11-22 00:58:04 -05:00
~/.config/hypr:
2024-11-23 14:40:35 -05:00
~/.config/nixpkgs:
2024-11-08 08:19:02 -05:00
~/.zshrc:
~/.p10k.zsh:
- shell:
- [git submodule update --init --recursive, installing submodules]