mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
workflows/a-happy-gnome: update config
This commit is contained in:
parent
5898e46250
commit
9b4e76a437
@ -24,7 +24,7 @@ switch-to-workspace-up = @as []
|
||||
switch-to-workspace-left = ['<Primary><Super>h', '<Super>Page_Up']
|
||||
switch-to-workspace-right = ['<Primary><Super>l', '<Super>Page_Down']
|
||||
switch-to-workspace-down = @as []
|
||||
toggle-fullscreen = ['<Super>f']
|
||||
toggle-fullscreen = ['<Super>f', 'F11']
|
||||
toggle-maximized = ['<Shift><Super>f']
|
||||
toggle-on-all-workspaces = ['<Super>y']
|
||||
toggle-above = ['<Shift><Super>y']
|
||||
|
@ -15,7 +15,7 @@ let
|
||||
# We're combining all of the custom dconf database into a package to be installed.
|
||||
dconfConfig = pkgs.runCommand "install-a-happy-gnome-dconf-keyfiles" {} ''
|
||||
install -Dm644 ${./config/dconf}/*.conf -t $out/etc/dconf/db/${name}-conf.d
|
||||
install -Dm644 ${enabledExtensions} $out/etc/dconf/db/${name}-conf.d/enabled-extensions.conf
|
||||
install -Dm644 ${enabledExtensions} $out/etc/dconf/db/${name}-conf.d/90-enabled-extensions.conf
|
||||
'';
|
||||
in
|
||||
{
|
||||
@ -75,6 +75,8 @@ in
|
||||
shortwave # Yer' humble internet radio.
|
||||
ymuse # Simple MPD client.
|
||||
|
||||
gnome.gnome-backgrounds # Default backgrounds.
|
||||
|
||||
gnome-menus # It is required for custom menus in extensions.
|
||||
gnome-extension-manager # The cooler GNOME extensions app.
|
||||
gnome-search-provider-recoll # This is here for some reason.
|
||||
|
Loading…
Reference in New Issue
Block a user