mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
vimessage
This commit is contained in:
parent
1d7e28ff72
commit
5c636935b2
4 changed files with 29 additions and 2 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -214,7 +214,8 @@
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nix-darwin": "nix-darwin",
|
"nix-darwin": "nix-darwin",
|
||||||
"nix-homebrew": "nix-homebrew",
|
"nix-homebrew": "nix-homebrew",
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs",
|
||||||
|
"vimessage": "vimessage"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systems": {
|
"systems": {
|
||||||
|
|
@ -261,6 +262,21 @@
|
||||||
"repo": "default",
|
"repo": "default",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"vimessage": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1774486967,
|
||||||
|
"narHash": "sha256-KmjmpdHJBUjmK/8gqUZDd0gl6HdwBt+gueumWy7mbUQ=",
|
||||||
|
"owner": "charliemeyer2000",
|
||||||
|
"repo": "vimessage",
|
||||||
|
"rev": "84fa77aa05f3af097c7fcc2c42981a0142e5e846",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "charliemeyer2000",
|
||||||
|
"repo": "vimessage",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,10 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vimessage = {
|
||||||
|
url = "github:charliemeyer2000/vimessage";
|
||||||
|
};
|
||||||
|
|
||||||
nix-homebrew = {
|
nix-homebrew = {
|
||||||
url = "github:zhaofengli-wip/nix-homebrew";
|
url = "github:zhaofengli-wip/nix-homebrew";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,14 @@
|
||||||
{...}: {
|
{inputs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./common.nix
|
./common.nix
|
||||||
./colima.nix
|
./colima.nix
|
||||||
./karabiner.nix
|
./karabiner.nix
|
||||||
./rectangle.nix
|
./rectangle.nix
|
||||||
|
inputs.vimessage.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.vimessage = {
|
||||||
|
enable = true;
|
||||||
|
mod = "ctrl";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
casks = [
|
casks = [
|
||||||
"cap"
|
"cap"
|
||||||
"codex"
|
"codex"
|
||||||
|
"hammerspoon"
|
||||||
"rectangle"
|
"rectangle"
|
||||||
"raycast"
|
"raycast"
|
||||||
"riptide-beta"
|
"riptide-beta"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue