mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 03:08:38 +11:00
7 lines
211 B
Nix
7 lines
211 B
Nix
{ pkgs, ... } : {
|
|
environment.systemPackages = with pkgs; [
|
|
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent tuba
|
|
audacity neovim
|
|
];
|
|
}
|