add basic programs

This commit is contained in:
jaina heartles 2024-02-25 12:41:57 -08:00
parent d372ccd324
commit 878f8db8da

View file

@ -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";