@@ -6,5 +6,6 @@
 | 
			
		||||
    extraPortals = [
 | 
			
		||||
      inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
 | 
			
		||||
    ];
 | 
			
		||||
    config.common.default = "*";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -27,15 +27,8 @@
 | 
			
		||||
          enable = true;
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
      extraLayouts = {
 | 
			
		||||
        colemak = {
 | 
			
		||||
          description = "Colemak Layouts";
 | 
			
		||||
          languages = [ "eng" ];
 | 
			
		||||
          symbolsFile = ./colemak;
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
      layout = "us";
 | 
			
		||||
      xkbVariant = "colemak_dh"; # trying to ditch DHz now
 | 
			
		||||
      xkb.layout = "us";
 | 
			
		||||
      xkb.variant = "colemak_dh"; # trying to ditch DHz now
 | 
			
		||||
      autoRepeatDelay = 320;
 | 
			
		||||
      autoRepeatInterval = 30;
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user