This website requires JavaScript.
Explore
Help
Sign In
materus
/
Nixerus
mirror of
https://github.com/materusPL/Nixerus.git
Watch
1
Star
0
Fork
You've already forked Nixerus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac027b3c5e
Nixerus
/
configurations
/
profile
/
os
/
default.nix
10 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
Move old config here
2023-05-18 12:07:07 +02:00
{
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
./nix.nix
Move steam and fonts settings to profile option
2023-05-18 22:29:52 +02:00
./fonts.nix
./games
Move old config here
2023-05-18 12:07:07 +02:00
]
;
}