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