Add btop
This commit is contained in:
parent
4153994f0d
commit
133c94d64c
4 changed files with 10 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gimp
|
||||
gale
|
||||
heroic
|
||||
inkscape
|
||||
r2modman
|
||||
libreoffice
|
||||
authenticator
|
||||
cinny-desktop
|
||||
|
|
5
modules/server/packages.nix
Normal file
5
modules/server/packages.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
btop
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue