Split out packages to be per user
This commit is contained in:
11
nix/home.nix
11
nix/home.nix
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user