Compare commits

...

2 commits

Author SHA1 Message Date
uku
22bd3d817e
feat(kilimandjaro): add asus-numpad 2024-10-14 13:45:07 +02:00
uku
75d4b21ee2
flake.lock: Update
Flake lock file updates:

• Updated input 'camasca':
    'github:uku3lig/camasca/9655e7bad4fb619e35ad22ede3a68a9f3ba314d3' (2024-09-27)
  → 'github:uku3lig/camasca/ac2d57b85cb9e8e54f2a43753e2032d6ce80ccc3' (2024-10-14)
2024-10-14 13:44:16 +02:00
2 changed files with 17 additions and 5 deletions

6
flake.lock generated
View file

@ -60,11 +60,11 @@
]
},
"locked": {
"lastModified": 1727441413,
"narHash": "sha256-XdFhxLOqgpVsDcm5u5bgdqa5amreS8wZQCLlgYM/JIM=",
"lastModified": 1728905971,
"narHash": "sha256-oumO7WOhClK6/KYpG7NOW6giusECzF4diIzlDK1zpYA=",
"owner": "uku3lig",
"repo": "camasca",
"rev": "9655e7bad4fb619e35ad22ede3a68a9f3ba314d3",
"rev": "ac2d57b85cb9e8e54f2a43753e2032d6ce80ccc3",
"type": "github"
},
"original": {

View file

@ -1,5 +1,17 @@
{pkgs, ...}: {
imports = [../../programs/games.nix];
{
pkgs,
camasca,
...
}: {
imports = [
camasca.nixosModules.asus-numpad
../../programs/games.nix
];
services.asus-numpad = {
enable = true;
settings.layout = "M433IA";
};
boot = {
initrd.kernelModules = ["i915"];