nixos/modules/office.nix

7 lines
102 B
Nix

{ pkgs, ... }: {
# paczki
environment.systemPackages = with pkgs; [
libreoffice-fresh
];
}