add gnome user settings
This commit is contained in:
		
							parent
							
								
									815a080edc
								
							
						
					
					
						commit
						f8ceab4b18
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								user/gnome.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								user/gnome.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
{ config, pkgs, ... }: {
 | 
			
		||||
  dconf.settings = {
 | 
			
		||||
    "org/gnome/desktop/input-sources" = { xkb-options = [ "lv3:lsgt_switch" ]; };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -27,6 +27,7 @@ in {
 | 
			
		|||
    ./pass.nix
 | 
			
		||||
    ./zathura.nix
 | 
			
		||||
    ./man.nix
 | 
			
		||||
    ./gnome.nix
 | 
			
		||||
    ./theme.nix
 | 
			
		||||
    inputs.hyprland.homeManagerModules.default
 | 
			
		||||
  ] ++ lib.optional (desktop == "sway") ./sway.nix;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue