add office

This commit is contained in:
Aditya 2024-04-12 11:34:57 +05:30
parent 2abce82c08
commit 643699d37e
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
3 changed files with 10 additions and 5 deletions

View file

@ -51,14 +51,9 @@
x264
rustc
cargo
nextcloud-client
foliate
mpv
obsidian
dino
tdesktop
libreoffice-fresh
zathura
];
nixpkgs.config.permittedInsecurePackages = [

View file

@ -8,6 +8,7 @@
./kde-utils
./kitty
./neovim
./office
./session-vars
./tmux
./utils

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
foliate
libreoffice-fresh
nextcloud-client
obsidian
zathura
];
}