init repos
This commit is contained in:
12
modules/system/packages.nix
Normal file
12
modules/system/packages.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
htop
|
||||
tmux
|
||||
fastfetch
|
||||
inxi
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user