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
383fb19b59d64a951e7011de1c2cba5d2ecc7dec
nixos-configuration
/
shared
/
desktop
/
modules
/
media.nix
12 lines
123 B
Nix
Raw
Normal View
History
Unescape
Escape
📦 [shared] Updated dependencies, replace Grayjay flake with package
2025-08-09 12:59:51 +02:00
{
pkgs
,
.
.
.
}:
:sparkles: Split up config files to multiple and added imports. Fixed default values for systemConfigs
2025-04-15 12:48:27 +02:00
{
environment
.
systemPackages
=
with
pkgs
;
[
stremio
gimp
vlc
vdhcoapp
📦 [shared] Updated dependencies, replace Grayjay flake with package
2025-08-09 12:59:51 +02:00
grayjay
: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