This website requires JavaScript.
Explore
Help
Sign In
holm
/
donovanglover-nix-config
Watch
1
Star
0
Fork
0
You've already forked donovanglover-nix-config
forked from
extern/nix-config
Code
Pull Requests
Activity
d8914cb4d2
donovanglover-nix-config
/
games
/
default.nix
13 lines
124 B
Nix
Raw
Normal View
History
Unescape
Escape
Move packages into modules
2023-05-19 08:54:35 +02:00
{
pkgs
,
.
.
.
}:
Split modules based on function
2023-05-18 21:54:15 +02:00
{
imports
=
[
./osu
./srb2
]
;
Move packages into modules
2023-05-19 08:54:35 +02:00
environment
.
systemPackages
=
with
pkgs
;
[
typespeed
]
;
Split modules based on function
2023-05-18 21:54:15 +02:00
}
Copy Permalink