Put LibreOffice into its own file
This commit is contained in:
parent
ea3338ea5d
commit
5725eb3cba
|
@ -26,6 +26,7 @@
|
|||
++ [(import ./scripts)] # personal scripts
|
||||
++ [(import ./spotify.nix)]
|
||||
++ [(import ./starship.nix)] # shell prompt
|
||||
++ [(import ./libreoffice.nix)]
|
||||
++ [(import ./qt.nix)]
|
||||
++ [(import ./vscodium.nix)] # vscode forck
|
||||
++ [(import ./waybar)] # status bar
|
||||
|
|
9
modules/home/libreoffice.nix
Normal file
9
modules/home/libreoffice.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.en_GB-ise
|
||||
hunspellDicts.es_ES
|
||||
];
|
||||
}
|
|
@ -24,7 +24,6 @@
|
|||
inkscape
|
||||
kleopatra # Gpg GUI
|
||||
lazygit
|
||||
libreoffice
|
||||
nemo-with-extensions # file manager
|
||||
jq
|
||||
nitch # systhem fetch util
|
||||
|
|
Loading…
Reference in a new issue