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-17 12:21:07 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7bcb8a5807
nix-config
/
common
/
home-manager
/
default.nix
10 lines
121 B
Nix
Raw
Normal View
History
Unescape
Escape
Only import one file for home-manager
2023-05-16 23:22:00 +02:00
{
Remove distinction between home-manager files
2023-05-18 16:20:37 +02:00
home-manager
=
{
useGlobalPkgs
=
true
;
sharedModules
=
[
{
home
.
stateVersion
=
"
2
2
.
1
1
"
;
}
]
;
}
;
Only import one file for home-manager
2023-05-16 23:22:00 +02:00
}
Reference in New Issue
Copy Permalink