Variablize username more
This commit is contained in:
parent
33236aedc6
commit
ea3a6db5af
39 changed files with 93 additions and 102 deletions
|
@ -98,20 +98,20 @@
|
|||
file = {
|
||||
".local/share/ranger/bookmarks".text = ''
|
||||
# Local files
|
||||
h:/home/${config.home.username}/
|
||||
k:/home/${config.home.username}/Keepers
|
||||
j:/home/${config.home.username}/Downloads
|
||||
v:/home/${config.home.username}/Videos
|
||||
c:/home/${config.home.username}/.config
|
||||
l:/home/${config.home.username}/.local
|
||||
h:/home/${config.sysusers.main}/
|
||||
k:/home/${config.sysusers.main}/Keepers
|
||||
j:/home/${config.sysusers.main}/Downloads
|
||||
v:/home/${config.sysusers.main}/Videos
|
||||
c:/home/${config.sysusers.main}/.config
|
||||
l:/home/${config.sysusers.main}/.local
|
||||
d:/mnt
|
||||
n:/etc/nixos
|
||||
|
||||
# Remote files
|
||||
J:/home/${config.home.username}/JimboNFS
|
||||
K:/home/${config.home.username}/JimboNFS/Files
|
||||
V:/home/${config.home.username}/JimboNFS/Media
|
||||
M:/home/${config.home.username}/JimboNFS/Music
|
||||
J:/home/${config.sysusers.main}/JimboNFS
|
||||
K:/home/${config.sysusers.main}/JimboNFS/Files
|
||||
V:/home/${config.sysusers.main}/JimboNFS/Media
|
||||
M:/home/${config.sysusers.main}/JimboNFS/Music
|
||||
'';
|
||||
};
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue