This website requires JavaScript.
Explore
Help
Sign In
thomasave
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cbe6f05774
dotfiles
/
NixOS
/
home
/
nixos.nix
8 lines
108 B
Nix
Raw
Blame
History
{
inputs
,
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
(
./common.nix
{
inherit
inputs
config
pkgs
;
}
)
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink