This website requires JavaScript.
Explore
Help
Sign In
martials
/
nixos-configuration
Watch
1
Star
0
Fork
0
You've already forked nixos-configuration
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fc89c377e8712ad0b3448e3eb89b0d5b9d1c2a44
nixos-configuration
/
shared
/
desktop
/
modules
/
office.nix
9 lines
113 B
Nix
Raw
Normal View
History
Unescape
Escape
:sparkles: Split up config files to multiple and added imports. Fixed default values for systemConfigs
2025-04-15 12:48:27 +02:00
{
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
onlyoffice-desktopeditors
:arrow_up: [shared] Upgrade to NixOS 25.05
2025-05-26 20:27:34 +02:00
# planify
:sparkles: Split up config files to multiple and added imports. Fixed default values for systemConfigs
2025-04-15 12:48:27 +02:00
]
;
}
Reference in New Issue
Copy Permalink