base: add existing config

This commit is contained in:
lily 2024-07-24 19:51:43 -04:00
commit 0c2d3b2e78
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
34 changed files with 437 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ pkgs, ... }:
{
imports =
[
./zsh.nix
./git.nix
];
home.packages = with pkgs; [
rustup
hyfetch
nix-output-monitor
alvr
firefox
tree
vesktop
kitty
];
}