diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-07-06 17:16:40 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-07-06 17:16:40 +0530 |
| commit | 47d67f1b085bad0e20567332fd2c707df3d42e20 (patch) | |
| tree | bb7d5a46f8bc594a0f503e0247ffb48ba0906ca1 /configuration.nix | |
| parent | c17dad8344607a46df76b01d03873b1d02683c83 (diff) | |
| download | nixos-config-47d67f1b085bad0e20567332fd2c707df3d42e20.tar.gz nixos-config-47d67f1b085bad0e20567332fd2c707df3d42e20.zip | |
feat: adds kmonad
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 80fc533..37559c0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,6 +16,7 @@ in ./modules/login.nix ./modules/torrent.home.nix ./modules/work.nix + ./modules/keyboard/default.nix ]; nixpkgs.config = { |
