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 = {
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";
};