this repo has no description
0
fork

Configure Feed

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

:sparkles: (Keyboard) qmk configuration

+4 -1
+1
home/keyboard/default.nix
··· 3 3 qmk 4 4 qmk-udev-rules 5 5 vial 6 + avrdude 6 7 ]; 7 8 8 9 home.file.".config/qmk/qmk.ini".source = ./qmk.ini;
+3 -1
hosts/desktop/default.nix
··· 97 97 98 98 hardware.opengl.enable = true; 99 99 100 + hardware.keyboard.qmk.enable = true; 101 + 100 102 # Enable touchpad support (enabled default in most desktopManager). 101 103 # services.xserver.libinput.enable = true; 102 104 ··· 114 116 users.users.pedro = { 115 117 isNormalUser = true; 116 118 description = "Pedro"; 117 - extraGroups = ["networkmanager" "wheel" "tty" "docker"]; 119 + extraGroups = ["networkmanager" "wheel" "tty" "docker" "dialout"]; 118 120 shell = pkgs.zsh; 119 121 }; 120 122