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
+3 -2
View File
@@ -6,7 +6,8 @@
with lib.hm.gvariant;
{
home.packages = with pkgs; [
numix-icon-theme-square
gnome-tweaks
papirus-icon-theme
];
dconf = {
@@ -45,7 +46,7 @@ with lib.hm.gvariant;
};
"org/gnome/desktop/interface" = {
icon-theme = "Numix-Square";
icon-theme = "Papirus";
accent-color = "teal";
color-scheme = "prefer-dark";
};
-4
View File
@@ -8,9 +8,5 @@
services.flatpak.packages = [
"io.github.flattool.Warehouse"
"org.gnome.Papers"
"org.gnome.Loupe"
"org.gnome.Showtime"
"io.github.alainm23.planify"
];
}
+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