1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

refactor: merge initrd-ssh.nix with ssh.nix, remove ccid override (now upstream)

This commit is contained in:
oddlama 2024-10-29 23:56:03 +01:00
parent ccffba4930
commit 32e9896154
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
19 changed files with 167 additions and 439 deletions

View file

@ -11,4 +11,7 @@
# Install the kitty terminfo package for all systems.
environment.systemPackages = [pkgs.kitty.terminfo];
# And a reasonable inputrc please
environment.etc."inputrc".source = ./inputrc;
}