mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-07 11:37:22 +08:00
10 lines
138 B
Nix
10 lines
138 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./zathura.nix
|
|
];
|
|
home.packages = with pkgs; [
|
|
libreoffice
|
|
onlyoffice-desktopeditors
|
|
];
|
|
}
|