From aca5eff381f76bc29f25191efc281ccf50cf0e3e Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 1 Dec 2022 22:17:21 -0500 Subject: initial commit of files --- hosts/glados/packages.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hosts/glados/packages.nix (limited to 'hosts/glados/packages.nix') diff --git a/hosts/glados/packages.nix b/hosts/glados/packages.nix new file mode 100644 index 0000000..63de591 --- /dev/null +++ b/hosts/glados/packages.nix @@ -0,0 +1,10 @@ +{ confg, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + neofetch + nixos-option + python310 + vim + ]; +} -- cgit v1.2.3