home: improve theme docu + use Yaru/Ubuntu icons
This commit is contained in:
		
							parent
							
								
									67874d12b3
								
							
						
					
					
						commit
						677821fee4
					
				|  | @ -5,8 +5,18 @@ Create `~/.config/nixpkgs/home.nix` with: | |||
| {pkgs, ...}: | ||||
| { | ||||
| 	imports = [ | ||||
| 		./repo/desktop-sway.nix | ||||
| 		./repo/desktop-gnome.nix | ||||
| 	]; | ||||
| 
 | ||||
| 	home.packages = with pkgs; [ | ||||
| 		# yaru-remix-theme | ||||
| 		yaru-theme | ||||
| 	]; | ||||
| 
 | ||||
| 	# dconf.settings."org/gnome/shell/extensions/user-theme".name = "Yaru-remix-dark"; | ||||
| 	dconf.settings."org/gnome/shell/extensions/user-theme".name = "Yaru"; | ||||
| 
 | ||||
| 	gtk.theme.name = "Flat-Remix-GTK-Violet-Darkest"; | ||||
| } | ||||
| ``` | ||||
| 
 | ||||
|  |  | |||
|  | @ -35,19 +35,25 @@ | |||
| 		homebank | ||||
| 		gramps # ahnen | ||||
| 		# - tootle # mastodon | ||||
| 		fractal # matrix | ||||
| 		# fractal # matrix | ||||
| 		cozy # audiobooks | ||||
| 	]; | ||||
| 	gtk = { | ||||
| 		enable = true; | ||||
| 		theme = { | ||||
| 			# package = pkgs.yaru-theme; | ||||
| 			# name = "Yaru-dark"; | ||||
| 
 | ||||
| 			package = pkgs.flat-remix-gtk; | ||||
| 			# name = "Flat-Remix-GTK-Blue-Darkest-NoBorder"; | ||||
| 			# name = "Flat-Remix-GTK-Blue-Darker"; | ||||
| 		}; | ||||
| 		iconTheme = { | ||||
| 			package = pkgs.gnome.defaultIconTheme; | ||||
| 			name = "Adwaita"; | ||||
| 			package = pkgs.yaru-theme; | ||||
| 			name = "Yaru"; | ||||
| 
 | ||||
| 			# package = pkgs.flat-remix-icon-theme; | ||||
| 			# name = "Flat-Remix-Violet-Dark"; | ||||
| 		}; | ||||
| 	}; | ||||
| 	programs.gpg = { | ||||
|  |  | |||
|  | @ -1,6 +0,0 @@ | |||
| {pkgs, ...}: | ||||
| { | ||||
| 	imports = [ | ||||
| 		./repo/desktop-sway.nix | ||||
| 	]; | ||||
| } | ||||
		Loading…
	
		Reference in New Issue