From 878f8db8dac853796df5f8446fb692a7b90975fb Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sun, 25 Feb 2024 12:41:57 -0800 Subject: [PATCH] add basic programs --- configuration.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index e414056..9282522 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,9 +1,18 @@ { pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; - environment.systemPackages = with pkgs; [ kitty.terminfo kakoune vim git ]; + environment.systemPackages = with pkgs; [ + kitty.terminfo + kakoune + vim + git + htop + wget + less + killall + ]; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; zramSwap.enable = true; networking.hostName = "egirls"; networking.domain = "gay";