Split out packages to be per user

This commit is contained in:
2024-12-04 09:59:13 -08:00
parent 99d7f5df02
commit 80e0ab6b36
3 changed files with 97 additions and 70 deletions

View File

@@ -6,6 +6,17 @@
home.username = "smparkin";
home.homeDirectory = "/Users/smparkin";
# nix packages
home.packages = [
pkgs.fastfetch
pkgs.coreutils
pkgs.nmap
pkgs.tree
# zsh plugins
pkgs.zsh-autosuggestions
pkgs.zsh-syntax-highlighting
];
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards