nixos/modules/office.nix

8 lines
103 B
Nix

{ pkgs, ... }: {
# paczki
users.users.sasza.packages = with pkgs; [
libreoffice-fresh
];
}