Update GNOME shell extensions and session variables in configuration files
This commit is contained in:
parent
20e6c75501
commit
eac02b126b
6 changed files with 29 additions and 47 deletions
|
@ -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 = [ "<Control><Super>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;
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
]
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue