mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 08:03:44 +00:00
14 lines
228 B
Nix
14 lines
228 B
Nix
{inputs, ...}: {
|
|
imports = [
|
|
./common.nix
|
|
./colima.nix
|
|
./karabiner.nix
|
|
./rectangle.nix
|
|
inputs.vimessage.homeManagerModules.default
|
|
];
|
|
|
|
programs.vimessage = {
|
|
enable = true;
|
|
mod = "ctrl";
|
|
};
|
|
}
|