This website requires JavaScript.
Explore
Help
Sign In
extern
/
nix-config
Watch
1
Star
0
Fork
1
You've already forked nix-config
mirror of
https://github.com/donovanglover/nix-config.git
synced
2024-12-15 19:30:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
24f61278c6
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
}
Reference in New Issue
Copy Permalink