Clean & debug files
This commit is contained in:
@@ -15,9 +15,7 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
nautilus # Gnome files explorer
|
||||
];
|
||||
systemPackages = with pkgs; [ nautilus ];
|
||||
};
|
||||
|
||||
services.gvfs.enable = true; # SMB, FTP, ... access
|
||||
|
||||
@@ -33,9 +33,6 @@ in
|
||||
# Gnome terminal
|
||||
ghostty
|
||||
|
||||
# Gnome icons
|
||||
papirus-icon-theme
|
||||
|
||||
# Gnome Extensions
|
||||
gnomeExtensions.paperwm
|
||||
gnomeExtensions.app-hider
|
||||
|
||||
Reference in New Issue
Block a user