pkgs: remove libreoffice for chest
This commit is contained in:
parent
48ce8bdf9d
commit
88efa96ac7
@ -8,6 +8,5 @@
|
|||||||
mpv
|
mpv
|
||||||
obsidian
|
obsidian
|
||||||
pkgs-fixed.thunderbird
|
pkgs-fixed.thunderbird
|
||||||
libreoffice
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
{
|
{ pkgs, ... }: {
|
||||||
programs.hyprlock.enable = true;
|
programs.hyprlock.enable = true;
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
libreoffice
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user