mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 03:08:38 +11:00
7 lines
285 B
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
|
|
];
|
|
}
|