This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
1
Pull requests
2
Projects
Releases
Packages
Wiki
Activity
Actions
d3478b582c
nixos-config
/
config
/
home-manager
/
miifox.nix
6 lines
68 B
Nix
Raw
Normal View
History
Unescape
Escape
Add miifox user with quotas
2022-01-15 20:12:12 +00:00
{
pkgs
,
.
.
.
}:
{
imports
=
[
Avoid pulling in desktop components on servers This fixes #15
2022-02-26 10:18:01 +00:00
(
import
./base.nix
false
)
Add miifox user with quotas
2022-01-15 20:12:12 +00:00
]
;
}
Reference in a new issue
Copy permalink