mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
Compare commits
3 commits
b35a449940
...
bfe585abe1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bfe585abe1 | ||
![]() |
adad450256 | ||
![]() |
34f0140d51 |
2 changed files with 16 additions and 1 deletions
15
modules/nixos/hardware/moonlander/default.nix
Executable file
15
modules/nixos/hardware/moonlander/default.nix
Executable file
|
@ -0,0 +1,15 @@
|
||||||
|
{ 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
Normal file → Executable file
2
modules/nixos/programs/goldwarden/default.nix
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
programs.goldwarden.enable = true;
|
# programs.goldwarden.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue