-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Reputable2722 <[email protected]>
- Loading branch information
1 parent
207a727
commit 457b083
Showing
2 changed files
with
55 additions
and
1,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,30 @@ in | |
dconf-editor | ||
] ++ lib.optionals cond (with pkgs.gnomeExtensions; [ | ||
appindicator | ||
bluetooth-battery | ||
caffeine | ||
just-perfection | ||
|
||
# Can stay non-declarative, since all bluetooth devices configuration is non-declarative anyway. | ||
bluetooth-battery | ||
# Can be used once oae/gnome-shell-pano#271 is closed. | ||
pano | ||
rounded-window-corners | ||
vitals | ||
]); | ||
|
||
dconf.settings = { | ||
"org/gnome/shell" = { | ||
disabled-extensions = [ "[email protected]" "[email protected]" "[email protected]" "[email protected]" "native-window-placement@gnome-shell-extensions.gcampax.github.com" "just-perfection-desktop@just-perfection" "[email protected]" "[email protected]" ]; | ||
enabled-extensions = [ "[email protected]" "[email protected]" "[email protected]" "[email protected]" "[email protected]" "screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com" "[email protected]" "[email protected]" ]; | ||
favorite-apps = [ "librewolf.desktop" "firefox.desktop" "org.codeberg.dnkl.foot.desktop" "@joplinapp-desktop.desktop" ]; | ||
}; | ||
|
||
"org/gnome/shell/extensions/caffeine" = { | ||
indicator-position-max = 3; | ||
}; | ||
|
||
"org/gnome/shell/extensions/system-monitor" = { | ||
show-swap = false; | ||
}; | ||
}; | ||
|
||
# Fixes NixOS/nixpkgs#53631 | ||
home.sessionVariables = lib.optionalAttrs cond { | ||
GST_PLUGIN_SYSTEM_PATH_1_0 = lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" | ||
|
Oops, something went wrong.