Add murk and impermanence

This commit is contained in:
muon 2025-07-31 00:34:46 +00:00
parent a8668c1a44
commit b4f998d455
17 changed files with 354 additions and 6 deletions

View file

@ -28,6 +28,7 @@ in with lib; {
"bottom"
"htop"
"vifm"
"rbw"
]);
home.packages = with pkgs; [
@ -40,10 +41,14 @@ in with lib; {
dua
fdupes
vifm
# programs
fend
unzip
# security
pinentry-tty
# utilities
fend
xclip
];
};
}