[general] add missing shell theme config to gnome
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
parent
fbba93c16a
commit
ae474de92e
5 changed files with 19 additions and 32 deletions
|
@ -5,6 +5,10 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
outputs.homeManagerModules.themes.catppuccin.gnome
|
||||
];
|
||||
|
||||
home.packages = with pkgs.gnomeExtensions; [
|
||||
dash-to-dock
|
||||
user-themes
|
||||
|
@ -13,11 +17,6 @@
|
|||
unite
|
||||
];
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
# Use `dconf watch /` to track stateful changes you are doing, then set them here.
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
|
@ -45,11 +44,6 @@
|
|||
workspace-names = [ "Main" ];
|
||||
};
|
||||
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = "${outputs.resources.wallpapers}/animals_at_campfire.jpg";
|
||||
picture-uri-dark = "${outputs.resources.wallpapers}/animals_at_campfire.jpg";
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/unite" = {
|
||||
use-activities-text = false;
|
||||
extend-left-box = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue