ssh
This commit is contained in:
5
modules/core/default.nix
Normal file
5
modules/core/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./packages.nix
|
||||
];
|
||||
}
|
||||
15
modules/core/packages.nix
Normal file
15
modules/core/packages.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
kitty
|
||||
vim
|
||||
wget
|
||||
git
|
||||
curl
|
||||
zsh
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user