diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-24 13:09:23 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-24 13:09:23 -0400 |
| commit | 2a9a6f104b95789ed218942bcf30f8b22ffda0f9 (patch) | |
| tree | 26e9376f39c040f888fbf66964c61c84d85e41f3 /nixos/default.nix | |
| parent | 75004dba3efc9302c61f399c4ffc7a6d4d5c19c1 (diff) | |
| download | home-2a9a6f104b95789ed218942bcf30f8b22ffda0f9.tar.gz | |
nixos/keyd: init
Diffstat (limited to 'nixos/default.nix')
| -rw-r--r-- | nixos/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index 345cdea..e31a96a 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -6,7 +6,7 @@ in imports = [ ./bluetooth.nix ./osu.nix - # ./kmonad.nix + ./keyd.nix ]; options.nixos = with lib.options; { |