8 lines
86 B
Nix
8 lines
86 B
Nix
{ pkgs, ... }@all: with all;
|
|
{
|
|
home.packages = with pkgs; [
|
|
libreoffice
|
|
];
|
|
}
|
|
|