move file to root

This commit is contained in:
Laila van Reenen 2024-04-26 16:42:41 +02:00
parent a4d7f15e60
commit a0dbcc0c2f
3 changed files with 1 additions and 3 deletions

View File

@ -85,9 +85,7 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. vim wget git
wget
git
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are