Move common host features to features-nixos folder
This commit is contained in:
9
features-nixos/global/root.nix
Normal file
9
features-nixos/global/root.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
# Packages needed as root
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
htop
|
||||
mc
|
||||
gparted-xhost # needs to be installed as system package so it can be actually opened
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user