This website requires JavaScript.
Explore
Help
Sign In
genofire
/
nix
Watch
1
Star
1
Fork
You've already forked nix
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
bdd2d675bb
nix
/
home
/
home.nix
9 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
init home-manager / nixpkgs
2021-10-07 18:36:34 +02:00
{
pkgs
,
.
.
.
}:
{
imports
=
[
home: cleanup and documentat it
2021-10-09 01:46:55 +02:00
./repo/default.nix
./repo/desktop.nix
./repo/sway.nix
init home-manager / nixpkgs
2021-10-07 18:36:34 +02:00
]
;
}