diff options
| author | adikro <adikro@disroot.org> | 2026-04-27 13:50:54 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-27 13:50:54 +0200 |
| commit | 68f2b65dbbb97eef9a12f67f362c4adea03cc3b2 (patch) | |
| tree | b3afa921e84db28607228ad1b2a4574fe2351a93 | |
| parent | 220b02da85f4350f59cfb6cd60198fc367dd3ed2 (diff) | |
solved vis-plug
| -rw-r--r-- | flake.lock | 36 | ||||
| -rw-r--r-- | hm/shell/fish.nix | 1 | ||||
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 10 |
3 files changed, 25 insertions, 22 deletions
@@ -383,11 +383,11 @@ ] }, "locked": { - "lastModified": 1777218285, - "narHash": "sha256-d2FY71SBVKVbT1PsfXA71jz0vD520NijS4lrcvUMeGk=", + "lastModified": 1777258755, + "narHash": "sha256-EC07KwADRE2LdIk7vEDyAaD3I0ZUq24T9jQF9L0iEPk=", "owner": "nix-community", "repo": "home-manager", - "rev": "c55c498c9aa205b16cca78b57a7275625726d532", + "rev": "7f8bbc93d63401e41368d6ddc46a4f631610fa90", "type": "github" }, "original": { @@ -691,11 +691,11 @@ ] }, "locked": { - "lastModified": 1777162024, - "narHash": "sha256-D0c1qWtSL49RY5K6cEXf6Bjksbiv5oLRefSwMr9Wh4s=", + "lastModified": 1777248294, + "narHash": "sha256-QuwT4KoRh6y3CB5I6zxrcLNP7d/tDr7EonA3okTHZIA=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "2256cb2eecdce4ad75ac9a0320f874b900c00529", + "rev": "429e65b3d2978c6c5ca3a7c51c4ce4e3bafbcc20", "type": "github" }, "original": { @@ -707,11 +707,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1777159037, - "narHash": "sha256-k6uBXGmfdvpnpAUUY+jlCnz+MK0HURldSAkNGEMWABk=", + "lastModified": 1777244573, + "narHash": "sha256-iZ3pkuWVNGAcHgLTmGFWwa1IP87UErcOVd/0dd/N2Ms=", "owner": "neovim", "repo": "neovim", - "rev": "924dbf10b8e3bbc35eff629d12583bc9c944660b", + "rev": "f69aadd2b4e7e415500188e46f2db175c06f3406", "type": "github" }, "original": { @@ -732,11 +732,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1777224522, - "narHash": "sha256-KMnWd02aEd8oyxI7dxhSoGHZBST6lKy5wNTclxBjFkY=", + "lastModified": 1777240421, + "narHash": "sha256-ooPmu+8tqOGh4kozPW4rJC7Y7WM/FHtEY3OK1PoNW7g=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "1a42351b608237ccadb1bc0547b78d3acf6642ff", + "rev": "2bb22af2985e5f3cfd051b3d977ebfbf81126280", "type": "github" }, "original": { @@ -765,11 +765,11 @@ "niri-unstable": { "flake": false, "locked": { - "lastModified": 1777212078, - "narHash": "sha256-z17/nd3urtL3Qshf1sZu6B8HHgI9Fo87/minxT1tv6g=", + "lastModified": 1777237919, + "narHash": "sha256-bZHBzo4EuW/xLzXnnMKsIMdZYqgY2O0mIMdplwDHB8Y=", "owner": "YaLTeR", "repo": "niri", - "rev": "a48f2645d90589ab419e6282a87665d9686bd14d", + "rev": "a85b922919815c32a3ae34e0838830fe522d6a1c", "type": "github" }, "original": { @@ -919,11 +919,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1777218776, - "narHash": "sha256-8juiX5HT2Bp4+qXLCFNRdIL10X8ySiAbgl/QhJDt+24=", + "lastModified": 1777236345, + "narHash": "sha256-ALOqlq7bE30lsX4rA76hXeQ2aLLEpb44hS+D1+jWS88=", "owner": "nix-community", "repo": "nixvim", - "rev": "d404af65e951f648272d178a34cbb2292fb93689", + "rev": "a67d9cd6ff725a763afe88727aac73208ded3bf4", "type": "github" }, "original": { diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix index 172d192..1265fa8 100644 --- a/hm/shell/fish.nix +++ b/hm/shell/fish.nix @@ -31,6 +31,7 @@ in untar = "tar -xzvf"; tarc = "tar -czvf"; + v = "vis"; du = "dust -b"; awk = "choose"; dig = "doggo"; diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 6295dcd..b986f93 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -91,10 +91,12 @@ niri.enable = true; }; }; - environment.systemPackages = [ - pkgs.vis - pkgs.appimage-run - inputs.subtui.packages.x86_64-linux.subtui + environment.systemPackages = with pkgs; [ + stow + vis + gimp + appimage-run + (inputs.subtui.packages.x86_64-linux.subtui) ]; # boot.kernelParams = [ "iomem=relaxed" ]; } |
