Change icons pack remove useless flatpak apps and add default gnome app
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -8,9 +8,5 @@
|
||||
|
||||
services.flatpak.packages = [
|
||||
"io.github.flattool.Warehouse"
|
||||
"org.gnome.Papers"
|
||||
"org.gnome.Loupe"
|
||||
"org.gnome.Showtime"
|
||||
"io.github.alainm23.planify"
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user