Put LibreOffice into its own file
This commit is contained in:
parent
ea3338ea5d
commit
5725eb3cba
|
@ -26,6 +26,7 @@
|
||||||
++ [(import ./scripts)] # personal scripts
|
++ [(import ./scripts)] # personal scripts
|
||||||
++ [(import ./spotify.nix)]
|
++ [(import ./spotify.nix)]
|
||||||
++ [(import ./starship.nix)] # shell prompt
|
++ [(import ./starship.nix)] # shell prompt
|
||||||
|
++ [(import ./libreoffice.nix)]
|
||||||
++ [(import ./qt.nix)]
|
++ [(import ./qt.nix)]
|
||||||
++ [(import ./vscodium.nix)] # vscode forck
|
++ [(import ./vscodium.nix)] # vscode forck
|
||||||
++ [(import ./waybar)] # status bar
|
++ [(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
|
inkscape
|
||||||
kleopatra # Gpg GUI
|
kleopatra # Gpg GUI
|
||||||
lazygit
|
lazygit
|
||||||
libreoffice
|
|
||||||
nemo-with-extensions # file manager
|
nemo-with-extensions # file manager
|
||||||
jq
|
jq
|
||||||
nitch # systhem fetch util
|
nitch # systhem fetch util
|
||||||
|
|
Loading…
Reference in a new issue