feat: simplified gnome configurations with more options

This commit is contained in:
Leyla Becker 2025-10-11 23:26:24 -05:00
parent 32c7086394
commit c81fa77a29
3 changed files with 61 additions and 20 deletions

View file

@ -1,5 +1,4 @@
{
pkgs,
osConfig,
lib,
...
@ -10,9 +9,11 @@
colorScheme = "prefer-dark";
accentColor = "slate";
extraWindowControls = true;
extensions = [
pkgs.gnomeExtensions.dash-to-panel
];
extensions = {
dash-to-panel = {
enable = true;
};
};
}
(lib.mkIf (osConfig.networking.hostName == "horizon") {