Added Vesktop

This commit is contained in:
2025-09-05 22:30:30 +02:00
parent ebb83a7e8b
commit 82a87c6e15
7 changed files with 29 additions and 64 deletions

View File

@@ -3,8 +3,6 @@
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{
config,
lib,
pkgs,
...
}:

View File

@@ -67,6 +67,8 @@
system.stateVersion = "25.11"; # Did you read the comment?
environment.systemPackages = [ pkgs.onlyoffice-bin ];
environment.systemPackages = [
pkgs.onlyoffice-bin
];
}