mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +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
|
x264
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
nextcloud-client
|
|
||||||
foliate
|
|
||||||
mpv
|
mpv
|
||||||
obsidian
|
|
||||||
dino
|
dino
|
||||||
tdesktop
|
tdesktop
|
||||||
libreoffice-fresh
|
|
||||||
zathura
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
./kde-utils
|
./kde-utils
|
||||||
./kitty
|
./kitty
|
||||||
./neovim
|
./neovim
|
||||||
|
./office
|
||||||
./session-vars
|
./session-vars
|
||||||
./tmux
|
./tmux
|
||||||
./utils
|
./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