attempting some new stuff with usb key, didnt work
This commit is contained in:
parent
9e13bd7c09
commit
21df0b0919
4 changed files with 103 additions and 96 deletions
|
|
@ -29,6 +29,14 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
# nix helper
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep 10";
|
||||
flake = "/etc/nixos";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue