1 Commits

Author SHA1 Message Date
fb2b3f80ad home : fix file manager config, add r2modman
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m59s
2025-09-24 23:50:45 +02:00
3 changed files with 13 additions and 11 deletions

View File

@ -27,7 +27,7 @@
};
home.file = {
".config/wallpaper.png".source = lib.mkDefault utils/wallpaper.png;
".config/lock_screen.jpg".source = lib.mkDefault utils/lock_screen.jpg;
".config/wallpaper.png".source = lib.mkDefault ../utils/wallpaper.png;
".config/lock_screen.jpg".source = lib.mkDefault ../utils/lock_screen.jpg;
};
}

View File

@ -3,7 +3,8 @@
programs.yazi = {
enable = true;
settings.mgr.sort_dir_first=false;
programs.bash.bashExtra = ''
};
programs.bash.bashrcExtra = ''
function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
yazi "$@" --cwd-file="$tmp"
@ -12,5 +13,4 @@
rm -f -- "$tmp"
}
'';
};
}

View File

@ -13,6 +13,8 @@
mangohud
moonlight-qt
prismlauncher
r2modman
];
};
}