This commit is contained in:
2026-02-10 17:55:07 -07:00
parent fa4023731a
commit bde0172955

View File

@@ -4,7 +4,6 @@
wayland.desktopManager.cosmic = { wayland.desktopManager.cosmic = {
enable = true; enable = true;
# --- Appearance / Theme ---
appearance = { appearance = {
theme = { theme = {
mode = "dark"; mode = "dark";
@@ -26,7 +25,6 @@
}; };
}; };
# --- Wallpaper ---
wallpapers = [ wallpapers = [
{ {
output = "all"; output = "all";
@@ -42,7 +40,6 @@
} }
]; ];
# --- Compositor ---
compositor = { compositor = {
autotile = false; autotile = false;
active_hint = true; active_hint = true;
@@ -56,7 +53,6 @@
}; };
}; };
# --- Keyboard Shortcuts ---
shortcuts = [ shortcuts = [
{ {
# Super+B -> Open browser # Super+B -> Open browser
@@ -78,7 +74,6 @@
} }
]; ];
# --- Panel: show weekday + 24h clock in top panel ---
applets.time.settings = { applets.time.settings = {
show_weekday = true; show_weekday = true;
show_date_in_top_panel = true; show_date_in_top_panel = true;
@@ -86,13 +81,16 @@
}; };
}; };
# --- COSMIC Files ---
programs.cosmic-files = { programs.cosmic-files = {
enable = true; enable = true;
settings = { settings = {
app_theme = cosmicLib.cosmic.mkRON "enum" "System"; app_theme = cosmicLib.cosmic.mkRON "enum" "System";
tab = { tab = {
folders_first = true; folders_first = true;
icon_sizes = {
grid = 100;
list = 100;
};
show_hidden = false; show_hidden = false;
view = cosmicLib.cosmic.mkRON "enum" "List"; view = cosmicLib.cosmic.mkRON "enum" "List";
}; };