update
This commit is contained in:
parent
6f8e25bae3
commit
f48cbf893e
@ -40,6 +40,10 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
man-pages
|
||||
man-pages-posix
|
||||
(python3.withPackages (python-pkgs: with python-pkgs; [
|
||||
websocket-client
|
||||
websockets
|
||||
]))
|
||||
];
|
||||
|
||||
services = {
|
||||
|
@ -80,6 +80,10 @@
|
||||
nodejs
|
||||
taskwarrior-tui
|
||||
sbcl
|
||||
hidden-bar
|
||||
weechat
|
||||
android-tools
|
||||
nchat
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
@ -88,6 +88,11 @@ lib,
|
||||
key = "<leader>zn";
|
||||
action = "<cmd>ZkNew<CR>";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>zj";
|
||||
action = "<cmd>ZkNew { dir = \"journal/daily\" } <CR>";
|
||||
}
|
||||
# quickfix/location list
|
||||
{
|
||||
mode = "n";
|
||||
|
@ -9,6 +9,7 @@
|
||||
programs = {
|
||||
tmux = {
|
||||
enable = true;
|
||||
terminal = "tmux-256color";
|
||||
shortcut = "Space";
|
||||
mouse = true;
|
||||
baseIndex = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user