mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-12-14 23:12:07 +01:00
13 lines
145 B
TOML
13 lines
145 B
TOML
|
|
[misc]
|
||
|
|
disable = ["system", "vim"]
|
||
|
|
skip_notify = true
|
||
|
|
|
||
|
|
[linux]
|
||
|
|
nix_arguments = "--flake"
|
||
|
|
|
||
|
|
[git]
|
||
|
|
repos = [
|
||
|
|
"~/.dotfiles/",
|
||
|
|
"~/code/**/"
|
||
|
|
]
|