mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-15 10:48:39 +11:00
6 lines
192 B
Nix
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
|
|
];
|
|
}
|