updated flake
This commit is contained in:
parent
c7968c0080
commit
64d0c78768
3 changed files with 15 additions and 7 deletions
|
@ -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 = ''
|
||||
# don’t 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue