This website requires JavaScript.
Explore
Help
Sign In
dev
/
nixfiles
Watch
1
Star
0
Fork
0
You've already forked nixfiles
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
3c25260e79
nixfiles
/
home-manager
/
modules
/
_list.nix
8 lines
113 B
Nix
Raw
Normal View
History
Unescape
Escape
Modularise NixOS and home-manager configs
2022-02-20 15:59:07 +00:00
{
home-manager
.
modules
=
{
common
=
./common.nix
;
Further configs for tower
2022-09-09 01:04:25 +01:00
gui
=
./gui
;
Modularise deploy-rs and add home-manager configs
2022-02-20 20:16:49 +00:00
deploy-rs
=
./deploy-rs.nix
;
Modularise NixOS and home-manager configs
2022-02-20 15:59:07 +00:00
}
;
}
Reference in New Issue
Copy Permalink