Files
nix-config/nixos/pkgs.nix
2024-12-27 14:41:28 +11:00

6 lines
187 B
Nix

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