This website requires JavaScript.
Explore
Help
Sign In
materus
/
nixos-config
mirror of
https://github.com/materusPL/nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8affc46e78
nixos-config
/
configurations
/
profile
/
os
/
games
/
default.nix
7 lines
62 B
Nix
Raw
Normal View
History
Unescape
Escape
Init commit
2023-10-08 11:42:08 +02:00
{
config
,
pkgs
,
.
.
.
}:
code: nixpkgs-fmt to format code
2024-03-11 16:19:31 +01:00
{
Init commit
2023-10-08 11:42:08 +02:00
imports
=
[
./steam.nix
]
;
}