1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ pkgs, user, ... }: { users.users."${user}".home = "/Users/${user}"; environment.systemPackages = with pkgs; [ neovim-nightly ripgrep fd tmux yt-dlp pfetch fzf comma moreutils ]; services.nix-daemon.enable = true; }