mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
libreoffice
This commit is contained in:
7
modules/apps/sys/libreoffice.nix
Normal file
7
modules/apps/sys/libreoffice.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ ... }: {
|
||||||
|
flake.nixosModules.apps-sys-libreoffice = { pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
libreoffice-fresh
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
flake.nixosModules.computer-mo = { system, ... }: {
|
flake.nixosModules.computer-mo = { system, ... }: {
|
||||||
imports = with inputs.self.nixosModules; [
|
imports = with inputs.self.nixosModules; [
|
||||||
apps-sys-brave
|
apps-sys-brave
|
||||||
|
apps-sys-libreoffice
|
||||||
apps-sys-onepassword
|
apps-sys-onepassword
|
||||||
apps-sys-teams
|
apps-sys-teams
|
||||||
apps-sys-vesktop
|
apps-sys-vesktop
|
||||||
|
|||||||
Reference in New Issue
Block a user