mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 06:04:22 +00:00
vimessage
This commit is contained in:
parent
1d7e28ff72
commit
5c636935b2
4 changed files with 29 additions and 2 deletions
|
|
@ -1,8 +1,14 @@
|
|||
{...}: {
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
./common.nix
|
||||
./colima.nix
|
||||
./karabiner.nix
|
||||
./rectangle.nix
|
||||
inputs.vimessage.homeManagerModules.default
|
||||
];
|
||||
|
||||
programs.vimessage = {
|
||||
enable = true;
|
||||
mod = "ctrl";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue