mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-28 21:57:44 +02:00
archlinux: Run xdg-user-dirs-update during bootstrap.sh
Note that the directories generated can be changed with user-dirs.dirs, and should respect the user's locale.
This commit is contained in:
parent
1324f4099a
commit
e7f00aa7f8
@ -43,5 +43,8 @@ make -C ..
|
||||
# Change the color scheme to a sane default
|
||||
wal --theme base16-tomorrow-night
|
||||
|
||||
# Create the user's home directories
|
||||
xdg-user-dirs-update
|
||||
|
||||
# Run vim for the first time (i.e. install plugins and exit)
|
||||
nvim
|
||||
|
Loading…
x
Reference in New Issue
Block a user