my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

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

miku: ignore power key

june f2f3ae2e b201c852

+5
+5
systems/miku/default.nix
··· 27 27 videoDrivers = [ "nvidia" ]; 28 28 }; 29 29 30 + services.logind.extraConfig = '' 31 + HandlePowerKey=ignore 32 + HandlePowerKeyLongPress=ignore 33 + ''; 34 + 30 35 hardware = { 31 36 graphics = { 32 37 enable = true;