mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 12:19:12 +00:00
nixos/themes/a-happy-gnome: update list of applications
This commit is contained in:
parent
b4836a58c9
commit
272ff3ca6d
@ -24,6 +24,10 @@ focus-change-on-pointer-rest=true
|
|||||||
overlay-key='Super_L'
|
overlay-key='Super_L'
|
||||||
workspaces-only-on-primary=true
|
workspaces-only-on-primary=true
|
||||||
|
|
||||||
|
# My preferred world clocks for easier tracking of global events.
|
||||||
|
[org/gnome/clocks]
|
||||||
|
world-clocks=[{'location': <(uint32 2, <('New York', 'KNYC', true, [(0.71180344078725644, -1.2909618758762367)], [(0.71059804659265924, -1.2916478949920254)])>)>}, {'location': <(uint32 2, <('Coordinated Universal Time (UTC)', '@UTC', false, @a(dd) [], @a(dd) [])>)>}, {'location': <(uint32 2, <('Cairo', 'HECA', true, [(0.52592587544986047, 0.54803338512621935)], [(0.52447144022429604, 0.54541539124822791)])>)>}]
|
||||||
|
|
||||||
[org/gnome/shell/world-clocks]
|
[org/gnome/shell/world-clocks]
|
||||||
locations=[<(uint32 2, <('New York', 'KNYC', true, [(0.71180344078725644, -1.2909618758762367)], [(0.71059804659265924, -1.2916478949920254)])>)>, <(uint32 2, <('Coordinated Universal Time (UTC)', '@UTC', false, @a(dd) [], @a(dd) [])>)>, <(uint32 2, <('Cairo', 'HECA', true, [(0.52592587544986047, 0.54803338512621935)], [(0.52447144022429604, 0.54541539124822791)])>)>]
|
locations=[<(uint32 2, <('New York', 'KNYC', true, [(0.71180344078725644, -1.2909618758762367)], [(0.71059804659265924, -1.2916478949920254)])>)>, <(uint32 2, <('Coordinated Universal Time (UTC)', '@UTC', false, @a(dd) [], @a(dd) [])>)>, <(uint32 2, <('Cairo', 'HECA', true, [(0.52592587544986047, 0.54803338512621935)], [(0.52447144022429604, 0.54541539124822791)])>)>]
|
||||||
|
|
||||||
|
@ -33,7 +33,6 @@ in
|
|||||||
epiphany
|
epiphany
|
||||||
gnome-terminal
|
gnome-terminal
|
||||||
gnome-music
|
gnome-music
|
||||||
gnome-software
|
|
||||||
yelp
|
yelp
|
||||||
] ++ (with pkgs; [
|
] ++ (with pkgs; [
|
||||||
gnome-user-docs
|
gnome-user-docs
|
||||||
@ -59,12 +58,19 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
|
# The application menu.
|
||||||
|
junction
|
||||||
|
|
||||||
# It is required for custom menus in extensions.
|
# It is required for custom menus in extensions.
|
||||||
gnome-menus
|
gnome-menus
|
||||||
|
|
||||||
# Good ol' unofficial preferences tool.
|
# Good ol' unofficial preferences tool.
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
|
|
||||||
|
# A third-party extension manager.
|
||||||
|
gnome-extension-manager
|
||||||
|
|
||||||
# My preferred extensions.
|
# My preferred extensions.
|
||||||
gnomeExtensions.arcmenu
|
gnomeExtensions.arcmenu
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
@ -88,11 +94,6 @@ in
|
|||||||
gnome-search-provider-browser-tabs.gnome-shell-extension
|
gnome-search-provider-browser-tabs.gnome-shell-extension
|
||||||
gnome-search-provider-browser-tabs.web-extension
|
gnome-search-provider-browser-tabs.web-extension
|
||||||
gnome-search-provider-browser-tabs.connector
|
gnome-search-provider-browser-tabs.connector
|
||||||
|
|
||||||
# Setting up Pop shell.
|
|
||||||
gnome-shell-extension-pop-shell
|
|
||||||
pop-launcher
|
|
||||||
pop-launcher-plugin-duckduckgo-bangs
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user