From bde0172955d50207056f08042dc57d3dffa18859 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 10 Feb 2026 17:55:07 -0700 Subject: [PATCH] oof --- modules/home/cosmic.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/home/cosmic.nix b/modules/home/cosmic.nix index d8ec056..ec56324 100644 --- a/modules/home/cosmic.nix +++ b/modules/home/cosmic.nix @@ -4,7 +4,6 @@ wayland.desktopManager.cosmic = { enable = true; - # --- Appearance / Theme --- appearance = { theme = { mode = "dark"; @@ -26,7 +25,6 @@ }; }; - # --- Wallpaper --- wallpapers = [ { output = "all"; @@ -42,7 +40,6 @@ } ]; - # --- Compositor --- compositor = { autotile = false; active_hint = true; @@ -56,7 +53,6 @@ }; }; - # --- Keyboard Shortcuts --- shortcuts = [ { # Super+B -> Open browser @@ -78,7 +74,6 @@ } ]; - # --- Panel: show weekday + 24h clock in top panel --- applets.time.settings = { show_weekday = true; show_date_in_top_panel = true; @@ -86,13 +81,16 @@ }; }; - # --- COSMIC Files --- 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"; };