work: Add libreoffice, I have to use it too often to just nrun it these days
This commit is contained in:
parent
4cd6b55560
commit
4867b16dc7
1 changed files with 3 additions and 0 deletions
|
@ -25,5 +25,8 @@
|
||||||
zotero.enable = lib.mkDefault true;
|
zotero.enable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home-manager.users.charlotte = { pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [ libreoffice ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue