diff --git a/home/global/common/gnome/dconf.nix b/home/global/common/gnome/dconf.nix index 31fdf04..49e6822 100644 --- a/home/global/common/gnome/dconf.nix +++ b/home/global/common/gnome/dconf.nix @@ -110,20 +110,21 @@ with lib.hm.gvariant; "org/gnome/shell" = { disable-user-extensions = lib.mkForce false; enabled-extensions = lib.mkDefault [ - "user-theme@gnome-shell-extensions.gcampax.github.com" - "dash-in-panel@fthx" "AlphabeticalAppGrid@stuarthayhurst" - "color-picker@tuberry" - "monitor-brightness-volume@ailin.nemui" - "quicksettings-audio-devices-renamer@marcinjahn.com" - "Vitals@CoreCoding.com" "appindicatorsupport@rgcjonas.gmail.com" - "paperwm@paperwm.github.com" - "just-perfection-desktop@just-perfection" - "pano@elhan.io" + "auto-accent-colour@Wartybix" "blur-my-shell@aunetx" + "color-picker@tuberry" + "dash-in-panel@fthx" + "just-perfection-desktop@just-perfection" + "monitor-brightness-volume@ailin.nemui" + "pano@elhan.io" + "paperwm@paperwm.github.com" "quicksettings-audio-devices-hider@marcinjahn.com" + "quicksettings-audio-devices-renamer@marcinjahn.com" "undecorate@sun.wxg@gmail.com" + "user-theme@gnome-shell-extensions.gcampax.github.com" + "Vitals@CoreCoding.com" ]; favorite-apps = lib.mkDefault [ "com.mitchellh.ghostty.desktop" @@ -216,6 +217,17 @@ with lib.hm.gvariant; pipeline = "pipeline_default"; }; + "org/gnome/shell/extensions/color-picker/" = lib.mkDefault { + auto-copy = true; + color-picker-shortcut = [ "c" ]; + enable-format = true; + enable-notify = false; + enable-shortcut = true; + enable-sound = false; + notify-sound = mkUint32 1; + notify-style = mkUint32 0; + }; + "org/gnome/shell/extensions/dash-in-panel" = lib.mkDefault { button-margin = 6; center-dash = true; diff --git a/home/global/core/default.nix b/home/global/core/default.nix index 27e1ff6..02d49b4 100644 --- a/home/global/core/default.nix +++ b/home/global/core/default.nix @@ -30,7 +30,7 @@ in ]; sessionVariables = { EDITOR = "micro"; - FLAKE = "${homeDir}/git/Nix/dot.nix"; + FLAKE = lib.mkDefault "${homeDir}/git/Nix/dot.nix"; MANPAGER = "batman"; SHELL = lib.getExe shell; VISUAL = "micro"; diff --git a/home/hosts/gojo/config/dconf.nix b/home/hosts/gojo/config/dconf.nix index ff8e617..f448946 100644 --- a/home/hosts/gojo/config/dconf.nix +++ b/home/hosts/gojo/config/dconf.nix @@ -6,23 +6,6 @@ with lib.hm.gvariant; { dconf.settings = { "org/gnome/shell" = { - disable-user-extensions = false; - enabled-extensions = [ - "user-theme@gnome-shell-extensions.gcampax.github.com" - "dash-in-panel@fthx" - "AlphabeticalAppGrid@stuarthayhurst" - "color-picker@tuberry" - "monitor-brightness-volume@ailin.nemui" - "quicksettings-audio-devices-renamer@marcinjahn.com" - "Vitals@CoreCoding.com" - "appindicatorsupport@rgcjonas.gmail.com" - "paperwm@paperwm.github.com" - "just-perfection-desktop@just-perfection" - "pano@elhan.io" - "blur-my-shell@aunetx" - "quicksettings-audio-devices-hider@marcinjahn.com" - "undecorate@sun.wxg@gmail.com" - ]; favorite-apps = [ "com.mitchellh.ghostty.desktop" "org.gnome.Nautilus.desktop" @@ -35,7 +18,6 @@ with lib.hm.gvariant; "steam.desktop" "Ryujinx.desktop" "Marvel Rivals.desktop" - ]; - last-selected-power-profile = "performance"; + ] }; } diff --git a/home/hosts/gojo/default.nix b/home/hosts/gojo/default.nix index 407b657..c4d2a28 100644 --- a/home/hosts/gojo/default.nix +++ b/home/hosts/gojo/default.nix @@ -1,6 +1,7 @@ { lib, pkgs, + hostSpec, ... }: { @@ -18,6 +19,10 @@ ./config ]; + home.sessionVariables = { + FLAKE = "${hostSpec.home}/git/dot.nix"; + }; + ## Packages with no needed configs ## home.packages = builtins.attrValues { inherit (pkgs) diff --git a/home/hosts/haze/config/dconf.nix b/home/hosts/haze/config/dconf.nix index ff8e617..5c60a4d 100644 --- a/home/hosts/haze/config/dconf.nix +++ b/home/hosts/haze/config/dconf.nix @@ -6,23 +6,6 @@ with lib.hm.gvariant; { dconf.settings = { "org/gnome/shell" = { - disable-user-extensions = false; - enabled-extensions = [ - "user-theme@gnome-shell-extensions.gcampax.github.com" - "dash-in-panel@fthx" - "AlphabeticalAppGrid@stuarthayhurst" - "color-picker@tuberry" - "monitor-brightness-volume@ailin.nemui" - "quicksettings-audio-devices-renamer@marcinjahn.com" - "Vitals@CoreCoding.com" - "appindicatorsupport@rgcjonas.gmail.com" - "paperwm@paperwm.github.com" - "just-perfection-desktop@just-perfection" - "pano@elhan.io" - "blur-my-shell@aunetx" - "quicksettings-audio-devices-hider@marcinjahn.com" - "undecorate@sun.wxg@gmail.com" - ]; favorite-apps = [ "com.mitchellh.ghostty.desktop" "org.gnome.Nautilus.desktop" @@ -36,6 +19,5 @@ with lib.hm.gvariant; "Ryujinx.desktop" "Marvel Rivals.desktop" ]; - last-selected-power-profile = "performance"; }; } diff --git a/hosts/global/common/gnome.nix b/hosts/global/common/gnome.nix index cdca598..69375ff 100644 --- a/hosts/global/common/gnome.nix +++ b/hosts/global/common/gnome.nix @@ -39,6 +39,7 @@ gnome-tweaks gnomeExtensions.alphabetical-app-grid gnomeExtensions.appindicator + gnomeExtensions.auto-accent-colour gnomeExtensions.blur-my-shell gnomeExtensions.color-picker gnomeExtensions.control-monitor-brightness-and-volume-with-ddcutil