Clean up aspi and kardorf configs
This commit is contained in:
11
hosts/common/global/root.nix
Normal file
11
hosts/common/global/root.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ 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