diff options
author | Leonardo Santiago <[email protected]> | 2025-05-25 17:43:20 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-05-25 17:43:50 -0300 |
commit | 112f6976e9d631b3c0b38bafbbe4519d35ceb702 (patch) | |
tree | 874770f26b8e9ad370af72120d397bda96d9f7ad /modules/gnome | |
parent | 2b6fb6e3f3f0597e158d2dc61b946141529d2218 (diff) |
chore: update emacs, remove title bar, add unite and rounded corners extensions
Diffstat (limited to 'modules/gnome')
-rw-r--r-- | modules/gnome/default.nix | 1 | ||||
-rw-r--r-- | modules/gnome/extensions.nix | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/modules/gnome/default.nix b/modules/gnome/default.nix index af090a9..bcd31c3 100644 --- a/modules/gnome/default.nix +++ b/modules/gnome/default.nix @@ -32,6 +32,7 @@ config = mkIf config.santi-modules.gnome.enable { programs.dconf.enable = true; environment.gnome.excludePackages = with pkgs; [ + decibels gnome-font-viewer gnome-connections simple-scan diff --git a/modules/gnome/extensions.nix b/modules/gnome/extensions.nix index fe8f608..99bec48 100644 --- a/modules/gnome/extensions.nix +++ b/modules/gnome/extensions.nix @@ -23,6 +23,13 @@ in { email = "[email protected]"; enabled = true; }; + rounded-window-corners-reborn = { + enabled = true; + }; + unite = { + email = "[email protected]"; + enabled = true; + }; }; home-manager.users.leonardo.dconf.settings = lib.mkMerge ([{ "org/gnome/shell" = { |