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;
|
with lib.hm.gvariant;
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
numix-icon-theme-square
|
gnome-tweaks
|
||||||
|
papirus-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
dconf = {
|
dconf = {
|
||||||
@@ -45,7 +46,7 @@ with lib.hm.gvariant;
|
|||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
icon-theme = "Numix-Square";
|
icon-theme = "Papirus";
|
||||||
accent-color = "teal";
|
accent-color = "teal";
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,9 +8,5 @@
|
|||||||
|
|
||||||
services.flatpak.packages = [
|
services.flatpak.packages = [
|
||||||
"io.github.flattool.Warehouse"
|
"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 {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [ nautilus ];
|
systemPackages =
|
||||||
|
with pkgs;
|
||||||
|
[ nautilus ]
|
||||||
|
++ [
|
||||||
|
papers
|
||||||
|
loupe
|
||||||
|
celluloid
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gvfs.enable = true; # SMB, FTP, ... access
|
services.gvfs.enable = true; # SMB, FTP, ... access
|
||||||
|
|||||||
Reference in New Issue
Block a user