whoops forogt pkgs
parent
74e923f0d3
commit
60b1465c85
|
@ -2,6 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./nixos.nix
|
./nixos.nix
|
||||||
|
./packages.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./comin.nix
|
./comin.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment = {
|
||||||
|
# Systemwide installed packages
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
iftop
|
||||||
|
openssl
|
||||||
|
git
|
||||||
|
btop
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue