mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add common packages
This commit is contained in:
parent
d098f4bfbf
commit
1f5e31b0e8
2 changed files with 9 additions and 3 deletions
8
environment.nix
Normal file
8
environment.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
htop
|
||||
nload
|
||||
tmux
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue