mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
10 lines
127 B
Nix
10 lines
127 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
thunderbird
|
|
element-desktop
|
|
gnumake
|
|
cmake
|
|
];
|
|
}
|