add(games): added fallout4 mod suppport
NOTE: this is a very specific application. Find a way to obscure for common user.
This commit is contained in:
@@ -79,9 +79,14 @@ in {
|
||||
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
initLua = ''
|
||||
require("session"):setup {
|
||||
sync_yanked = true,
|
||||
}
|
||||
'';
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
manager = {
|
||||
mgr = {
|
||||
show_hidden = false;
|
||||
sort_by = "mtime";
|
||||
sort_reverse = true;
|
||||
@@ -130,6 +135,7 @@ in {
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
pkgs.xdg-desktop-portal-termfilechooser
|
||||
pkgs.p7zip
|
||||
];
|
||||
|
||||
# xdg-desktop-portal-termfilechooser configuration
|
||||
|
||||
Reference in New Issue
Block a user