Compare commits

..

No commits in common. "bfe585abe13fe569b961d679d0f3d4b945f03fed" and "b35a44994058bc19cbe065898c349be5b31c67ba" have entirely different histories.

2 changed files with 1 additions and 16 deletions

View file

@ -1,15 +0,0 @@
{ pkgs, ... }:
{
hardware.keyboard.zsa.enable = true;
environment = {
enableAllTerminfo = true;
systemPackages = builtins.attrValues {
inherit (pkgs)
zsa-udev-rules
keymapp
kontroll
;
};
};
}

2
modules/nixos/programs/goldwarden/default.nix Executable file → Normal file
View file

@ -1,3 +1,3 @@
{
# programs.goldwarden.enable = true;
programs.goldwarden.enable = true;
}