Change icons pack remove useless flatpak apps and add default gnome app

This commit is contained in:
2026-04-06 17:36:04 +02:00
parent a4dd426845
commit 1ada1996fb
3 changed files with 11 additions and 7 deletions
+8 -1
View File
@@ -15,7 +15,14 @@ in
config = mkIf cfg.enable {
environment = {
systemPackages = with pkgs; [ nautilus ];
systemPackages =
with pkgs;
[ nautilus ]
++ [
papers
loupe
celluloid
];
};
services.gvfs.enable = true; # SMB, FTP, ... access