Files
nix-config/nixos/pkgs.nix
2025-01-01 14:15:46 +11:00

6 lines
192 B
Nix

{ pkgs, ... } : {
environment.systemPackages = with pkgs; [
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent tuba
];
}