Better filemanager

This commit is contained in:
2025-10-30 09:13:57 +01:00
parent 0d1d0018ff
commit a8fdabe1d8
5 changed files with 53 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
services.avahi.nssmdns4 = true;
environment = {
systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync rclone ntfs3g exfatprogs ];
systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync rclone neovim alacritty gtk4.dev ];
};
nix.optimise.automatic = true;

View File

@@ -7,6 +7,7 @@
QT_QPA_PLATFORMTHEME = "qt6ct";
QT_STYLE_OVERRIDE = "kvantum";
QT_QPA_PLATFORM = "xcb";
TERM = "alacritty";
};
};