Compare commits

..

No commits in common. "9379108490f69786843d6d95eb584c5642787847" and "e3f71a7985fd39b4bbcb1291d63094533082370e" have entirely different histories.

3 changed files with 7 additions and 8 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"impermanence": { "impermanence": {
"locked": { "locked": {
"lastModified": 1727649413, "lastModified": 1725690722,
"narHash": "sha256-FA53of86DjFdeQzRDVtvgWF9o52rWK70VHGx0Y8fElQ=", "narHash": "sha256-4qWg9sNh5g1qPGO6d/GV2ktY+eDikkBTbWSg5/iD2nY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "impermanence", "repo": "impermanence",
"rev": "d0b38e550039a72aff896ee65b0918e975e6d48e", "rev": "63f4d0443e32b0dd7189001ee1894066765d18a5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728241625, "lastModified": 1726937504,
"narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=", "narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1", "rev": "9357f4f23713673f310988025d9dc261c20e70c6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -69,8 +69,6 @@ with lib;
tdesktop tdesktop
yt-dlp-light yt-dlp-light
xsel # allow editors to access system clipboard
(mpv.override { scripts = [ mpvScripts.mpris ]; }) (mpv.override { scripts = [ mpvScripts.mpris ]; })
]; ];

View file

@ -36,6 +36,7 @@ in
normal.A-j = ":buffer-previous"; normal.A-j = ":buffer-previous";
normal.A-k = ":buffer-next"; normal.A-k = ":buffer-next";
normal.space.e = ":w"; normal.space.e = ":w";
normal.space.x = ":q";
normal.space.backspace = ":reset-diff-change"; normal.space.backspace = ":reset-diff-change";
}; };
}; };