✨ Split up config files to multiple and added imports. Fixed default values for systemConfigs
This commit is contained in:
7
shared/modules/office.nix
Normal file
7
shared/modules/office.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
onlyoffice-desktopeditors
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user