Files
nix-config/nixos/pkgs.nix

7 lines
285 B
Nix

{ pkgs, ... } : {
environment.systemPackages = with pkgs; [
home-manager zsh undervolt btop refind python314 unzip zip git inetutils gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes tuba
audacity neovim android-tools image-roll foliate nix-search-cli vesktop
];
}