first commit
This commit is contained in:
commit
21737592da
27 changed files with 744 additions and 0 deletions
13
servers/common/packages.nix
Normal file
13
servers/common/packages.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, pkgs-unstable, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages =
|
||||
(with pkgs; [ # STABLE PACKAGES
|
||||
btop
|
||||
screen
|
||||
])
|
||||
++
|
||||
(with pkgs-unstable; [ # UNSTABLE PACKAGES
|
||||
bun
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue