This commit is contained in:
Sebastian Moser
2023-11-29 09:56:23 +01:00
parent 1aba4bff44
commit 3726e3ff6d
21 changed files with 1843 additions and 73 deletions

View File

@@ -32,6 +32,7 @@
};
home.packages = with pkgs; [
hostname
vim
tree
htop
@@ -57,7 +58,7 @@
click
click-aliases
]))
/*
#/*
(busybox.overrideAttrs (final: prev: {
# get only nslookup from busybox
# because the less would overwrite the actuall less and the busybox does not have -r
@@ -73,9 +74,9 @@
mv $out/busybox $out/bin/busybox
'';
}))
*/
# */
];
#*/
# */
}