nixos/modules/office.nix

7 lines
102 B
Nix

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