misc: add imhex

This commit is contained in:
Anthony Rodriguez 2024-09-19 08:08:44 +02:00
parent 2acf98a600
commit 4c182af2a2
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 7 additions and 7 deletions

View file

@ -369,11 +369,11 @@
]
},
"locked": {
"lastModified": 1726440980,
"narHash": "sha256-ChhIrjtdu5d83W+YDRH+Ec5g1MmM0xk6hJnkz15Ot7M=",
"lastModified": 1726611255,
"narHash": "sha256-/bxaYvIK6/d3zqpW26QFS0rqfd0cO4qreSNWvYLTl/w=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "a9c9cc6e50f7cbd2d58ccb1cd46a1e06e9e445ff",
"rev": "d2493de5cd1da06b6a4c3e97f4e7d5dd791df457",
"type": "github"
},
"original": {
@ -540,11 +540,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1726502324,
"narHash": "sha256-I/WFSIBeIjlY3CgSJ6IRYxP2aEJ6b42Y1HAeATlBh48=",
"lastModified": 1726604448,
"narHash": "sha256-Y9myeRO551JhU5GLoczhHPMquhR0bhtq8Mih1TSu+l0=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "2e3083e42509c399b224239f6d7fa17976b18536",
"rev": "6cbf441c22b2c26a1561993f5993e20612a6df1c",
"type": "github"
},
"original": {

View file

@ -3,5 +3,5 @@
{
programs.fzf.enable = true;
programs.fastfetch.enable = true;
home.packages = with pkgs; [ element-desktop obsidian proton-pass spotify vesktop wl-clipboard ];
home.packages = with pkgs; [ element-desktop imhex obsidian proton-pass spotify vesktop wl-clipboard ];
}