My NixOS configuration.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: New layout works!!!

+9 -10
+1 -2
homeManagerModules/skins/nier/niri/config.kdl
··· 9 9 input { 10 10 keyboard { 11 11 xkb { 12 - layout "us(dvorak)" 13 - options "caps:swapescape,grp:switch" 12 + layout "mtgap-mod" 14 13 } 15 14 } 16 15
+6 -3
hosts/fw13/home.nix
··· 2 2 imports = [ 3 3 ../../homeManagerModules 4 4 ]; 5 - home.username = "diego"; 6 - home.homeDirectory = "/home/diego"; 7 - home.stateVersion = "23.11"; # WARNING: DO NOT EVER CHANGE THIS VALUE EVER ! 5 + home = { 6 + username = "diego"; 7 + homeDirectory = "/home/diego"; 8 + stateVersion = "23.11"; # WARNING: DO NOT EVER CHANGE THIS VALUE EVER ! 9 + file."/home/diego/.xkb/symbols/mtgap-mod".source = ./mtgap-mod.xkb; 10 + }; 8 11 rice.nier.enable = true; 9 12 programs.home-manager.enable = true; 10 13 }
+2 -5
hosts/fw13/mtgap-mod.xkb
··· 1 1 xkb_symbols "mtgap-mod" { 2 2 include "us(basic)" 3 3 name[group1]="English (MTGAP Modified)"; 4 - key <ESC> { [ backslash, bar ] }; 4 + key <ESC> { [semicolon] }; 5 5 key <AE11> { 6 6 type= "ALPHABETIC", 7 7 symbols[Group1]= [q, Q] ··· 96 96 typ= "FOUR_LEVEL", 97 97 symbols[Group1]= [ bracketright, braceright, dead_tilde, NoSymbol ] 98 98 }; 99 - key <TLDE> { 100 - type= "ONE_LEVEL", 101 - symbols[Group1]= [escape] 102 - }; 99 + key <TLDE> { [backslash, bar] }; 103 100 key <LFSH> { [ Shift_L ] }; 104 101 key <BKSL> { 105 102 type= "FOUR_LEVEL",