updated flake

This commit is contained in:
Vivian 2022-09-23 17:06:57 +02:00
parent c7968c0080
commit 64d0c78768
3 changed files with 15 additions and 7 deletions

View file

@ -173,7 +173,7 @@ in
virtualisation.podman.enable = true;
hardware.saleae-logic.enable = true;
# Enable CUPS to print documents.
services.printing.enable = true;
@ -243,6 +243,13 @@ in
authFile = "/etc/u2f-mappings"; # use `pamu2fcfg` from `pkgs.pam_u2f` to generate this config
};
programs.ssh.startAgent = true;
services.logind.extraConfig = ''
# dont shutdown when power button is short-pressed
HandlePowerKey=suspend
'';
services.udev.packages = [ pkgs.qmk-udev-rules ];
# This value determines the NixOS release from which the default

View file

@ -105,6 +105,7 @@
jnoortheen.nix-ide
matklad.rust-analyzer
mkhl.direnv
ms-vscode-remote.remote-ssh
ms-vscode.cpptools
tamasfe.even-better-toml
valentjn.vscode-ltex