mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 15:39:44 +00:00
add office
This commit is contained in:
parent
2abce82c08
commit
643699d37e
3 changed files with 10 additions and 5 deletions
|
@ -51,14 +51,9 @@
|
|||
x264
|
||||
rustc
|
||||
cargo
|
||||
nextcloud-client
|
||||
foliate
|
||||
mpv
|
||||
obsidian
|
||||
dino
|
||||
tdesktop
|
||||
libreoffice-fresh
|
||||
zathura
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
./kde-utils
|
||||
./kitty
|
||||
./neovim
|
||||
./office
|
||||
./session-vars
|
||||
./tmux
|
||||
./utils
|
||||
|
|
9
modules/home-manager/office/default.nix
Normal file
9
modules/home-manager/office/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
foliate
|
||||
libreoffice-fresh
|
||||
nextcloud-client
|
||||
obsidian
|
||||
zathura
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue