Put LibreOffice into its own file

This commit is contained in:
Pedro Rey Anca 2025-03-11 19:28:33 +01:00
parent ea3338ea5d
commit 5725eb3cba
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
3 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_US
hunspellDicts.en_GB-ise
hunspellDicts.es_ES
];
}

View file

@ -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