dump
feat(hardware): add android to udev fix(home/desktop): use new gtk-theme Colloid fix(home/default): update golang to latest
This commit is contained in:
		
							parent
							
								
									ff4a62fb51
								
							
						
					
					
						commit
						48927ca38a
					
				|  | @ -49,7 +49,8 @@ | ||||||
| 		# pure-prompt | 		# pure-prompt | ||||||
| 		# vimPlugins.nvim-lspconfig | 		# vimPlugins.nvim-lspconfig | ||||||
| 		# vimPlugins.nerdtree | 		# vimPlugins.nerdtree | ||||||
| 		go_1_18 gcc libcap | 		#go_1_18 | ||||||
|  | 		go gcc libcap | ||||||
| 		gopls | 		gopls | ||||||
| 		# cargo | 		# cargo | ||||||
| 		rustup | 		rustup | ||||||
|  |  | ||||||
|  | @ -64,10 +64,16 @@ | ||||||
| 			# package = pkgs.yaru-theme; | 			# package = pkgs.yaru-theme; | ||||||
| 			# name = "Yaru-dark"; | 			# name = "Yaru-dark"; | ||||||
| 
 | 
 | ||||||
| 			package = pkgs.flat-remix-gtk; | 			# package = pkgs.flat-remix-gtk; | ||||||
| 			name = "Flat-Remix-GTK-Blue-Darkest"; | 			# name = "Flat-Remix-GTK-Blue-Darkest"; | ||||||
| 			# name = "Flat-Remix-GTK-Blue-Darkest-NoBorder"; | 			# name = "Flat-Remix-GTK-Blue-Darkest-NoBorder"; | ||||||
| 			# name = "Flat-Remix-GTK-Blue-Darker"; | 			# name = "Flat-Remix-GTK-Blue-Darker"; | ||||||
|  | 			package = pkgs.colloid-gtk-theme.override { | ||||||
|  | 				sizeVariants = [ "compact" ]; | ||||||
|  | 				tweaks = [ "black" "rimless" ]; | ||||||
|  | 				themeVariants = [ "all" ]; | ||||||
|  | 			}; | ||||||
|  | 			name = "Colloid-Compact"; | ||||||
| 		}; | 		}; | ||||||
| 		iconTheme = { | 		iconTheme = { | ||||||
| 			package = pkgs.yaru-theme; | 			package = pkgs.yaru-theme; | ||||||
|  |  | ||||||
|  | @ -13,6 +13,7 @@ | ||||||
| 			bookmarks = { | 			bookmarks = { | ||||||
| 				"github".url = "https://github.com"; | 				"github".url = "https://github.com"; | ||||||
| 			}; | 			}; | ||||||
|  | 			search.default = "DuckDuckGo"; | ||||||
| 			settings = { | 			settings = { | ||||||
| 				"extensions.pocket.enabled" = false; | 				"extensions.pocket.enabled" = false; | ||||||
| 				#---- | 				#---- | ||||||
|  | @ -30,12 +31,22 @@ | ||||||
| 				"privacy.trackingprotection.enabled" = true; | 				"privacy.trackingprotection.enabled" = true; | ||||||
| 				"privacy.trackingprotection.cryptomining.enabled" = true; | 				"privacy.trackingprotection.cryptomining.enabled" = true; | ||||||
| 				"privacy.trackingprotection.fingerprinting.enabled" = true; | 				"privacy.trackingprotection.fingerprinting.enabled" = true; | ||||||
|  | 				# new | ||||||
|  | 				# https everywhere | ||||||
|  | 				"dom.security.https_only_mode" = true; | ||||||
|  | 				"dom.security.https_only_mode_ever_enabled" = true; | ||||||
|  | 				# DNS over HTTPS disabled | ||||||
|  | 				"doh-rollout.disable-heuristics" = true; | ||||||
|  | 				"network.trr.mode" = 5; | ||||||
|  | 				# autofill (TODO) | ||||||
|  | 				"dom.forms.autocomplete.formautofill" = false; | ||||||
|  | 				"extensions.formautofill.creditCards.enabled" = false; | ||||||
| 			}; | 			}; | ||||||
| 			extensions = with pkgs.nur.repos.rycee.firefox-addons; [ | 			extensions = with pkgs.nur.repos.rycee.firefox-addons; [ | ||||||
| 			# ublock-origin | 			  ublock-origin | ||||||
| 			#	umatrix | 			  umatrix | ||||||
| 			# browserpass-ce | 			  browserpass | ||||||
| 			# tree-style-tab | 			  tree-style-tab | ||||||
| 			]; | 			]; | ||||||
| 			userChrome = '' | 			userChrome = '' | ||||||
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | ||||||
|  |  | ||||||
|  | @ -36,7 +36,7 @@ | ||||||
| 
 | 
 | ||||||
| 	# syncthing | 	# syncthing | ||||||
| 	networking.firewall.allowedTCPPorts = [ 22000 ]; | 	networking.firewall.allowedTCPPorts = [ 22000 ]; | ||||||
| 	networking.firewall.allowedUDPPorts = [ 22000 ]; | 	networking.firewall.allowedUDPPorts = [ 22000 21027 ]; | ||||||
| 
 | 
 | ||||||
| 	programs.browserpass.enable = true; | 	programs.browserpass.enable = true; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -49,6 +49,10 @@ | ||||||
| 	networking.useNetworkd = true; | 	networking.useNetworkd = true; | ||||||
| 	networking.useDHCP = false; | 	networking.useDHCP = false; | ||||||
| 
 | 
 | ||||||
|  | 	services.udev.packages = with pkgs; [ | ||||||
|  | 		android-udev-rules | ||||||
|  | 	]; | ||||||
|  | 
 | ||||||
| 	environment.systemPackages = with pkgs; [ | 	environment.systemPackages = with pkgs; [ | ||||||
| 		pciutils | 		pciutils | ||||||
| 		wireguard-tools | 		wireguard-tools | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue