got rid of all the needless directories. will be sorting dotfiles to fit nix home manager in the near future.

This commit is contained in:
lulusilly 2025-12-24 22:28:35 -04:00
parent 7ac00f2417
commit ae6fda00a0
38 changed files with 102 additions and 1062 deletions

View file

@ -87,4 +87,11 @@
noPass = true;
}];
};
# System package definitions
environment.systemPackages = with pkgs; [
neovim # Terminal text editor
wget # coreutil for some script compatibility
wiremix # TUI mixer for pipewire
];
}