populated configuration
This commit is contained in:
13
system/utils.nix
Normal file
13
system/utils.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# minimal utilities for using linux
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
htop
|
||||
mc
|
||||
git
|
||||
parted
|
||||
tree
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user