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
1595e260d5b0757828dc5c145a1f06c7d49d79c9
nixos-configuration
/
shared
/
desktop
/
modules
/
social.nix
9 lines
100 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
;
[
discord
:sparkles: Added Signal-desktop
2025-05-04 22:19:58 +02:00
signal-desktop
: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