1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

add passmenu, vim shortcuts

This commit is contained in:
Kierán Meinhardt
2019-04-02 23:24:31 +02:00
parent d31b3b6867
commit 9413ddffe0
6 changed files with 113 additions and 82 deletions

View File

@@ -104,6 +104,10 @@ in {
"mpv/input.conf".text = import dot/mpv.nix;
"htop/htoprc".text = builtins.readFile dot/htoprc;
"zathura/zathurarc".text = "set selection-clipboard clipboard";
"pycodestyle".text = ''
[pycodestyle]
max-line-length = 110
'';
};
home.file = {