Files
nix-config/nixos/pkgs.nix
Chloe Hawthorne c5b252cd10 Initial Commit
2024-12-27 14:32:28 +11:00

6 lines
251 B
Nix

# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent
];