add libreoffice
This commit is contained in:
parent
17e15e69d1
commit
b794d397a7
2 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
# desktop
|
||||
../../programs/desktop
|
||||
../../programs/desktop/libreoffice.nix
|
||||
../../programs/desktop/theme.nix
|
||||
../../programs/desktop/awesome
|
||||
#../../programs/desktop/hyprland
|
||||
|
|
3
home/programs/desktop/libreoffice.nix
Normal file
3
home/programs/desktop/libreoffice.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [libreoffice-qt6];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue