This website requires JavaScript.
Explore
Help
Register
Sign In
sloane
/
dotfiles.nix
Watch
1
Star
0
Fork
You've already forked dotfiles.nix
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
edb9f71f70
dotfiles.nix
/
profiles
/
server.nix
8 lines
72 B
Nix
Raw
Normal View
History
Unescape
Escape
Wire up gagarin config
2021-01-11 04:00:23 +00:00
{
config
,
pkgs
,
.
.
.
}:
{
More stuff
2021-01-11 04:44:24 +00:00
imports
=
[
./common.nix
./local.nix
]
;
Wire up gagarin config
2021-01-11 04:00:23 +00:00
}