diff --git a/modules/home/cosmic.nix b/modules/home/cosmic.nix index bc11107..121ea43 100644 --- a/modules/home/cosmic.nix +++ b/modules/home/cosmic.nix @@ -89,20 +89,4 @@ military_time = false; }; }; - - programs.cosmic-files = { - enable = true; - settings = { - app_theme = cosmicLib.cosmic.mkRON "enum" "System"; - tab = { - folders_first = true; - icon_sizes = { - grid = 100; - list = 100; - }; - show_hidden = false; - view = cosmicLib.cosmic.mkRON "enum" "List"; - }; - }; - }; }