Thunar didn't integrate cleanly with the GNOME session. Drop the XFCE file-manager module (thunar/xfconf/exo/tumbler) and restore Nautilus as the native file manager: un-exclude nautilus, point the dash favorite at org.gnome.Nautilus.desktop, remove the Thunar desktop override, and keep gvfs (moved into gnome.nix) for mounting, trash, and network shares. Add file-roller for archive-manager integration in Nautilus. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
22 lines
572 B
Nix
22 lines
572 B
Nix
{ inputs }:
|
|
{ ... }:
|
|
{
|
|
imports = [
|
|
inputs.lix-module.nixosModules.lixFromNixpkgs
|
|
inputs.nix-index-database.nixosModules.nix-index
|
|
inputs.nix-flatpak.nixosModules.nix-flatpak
|
|
inputs.impermanence.nixosModules.impermanence
|
|
../system/flatpak.nix
|
|
../system/base.nix
|
|
../system/packages.nix
|
|
../system/shell.nix
|
|
../system/justfile.nix
|
|
../system/home-manager-skel.nix
|
|
../system/fonts.nix
|
|
../system/printer.nix
|
|
../system/impermanence.nix
|
|
../desktop/desktop-entries.nix
|
|
../desktop/gnome.nix
|
|
../users/admin.nix
|
|
];
|
|
}
|