This website requires JavaScript.
Explore
Help
Sign In
koishi
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Projects
Activity
a80bd4ed3b
nixos
/
home
/
imv
/
home.nix
7 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
fix(imv): add gui check
2024-01-05 09:11:07 +08:00
{
pkgs
,
lib
,
config
,
.
.
.
}
:
with
lib
;
mkIf
config
.
passthrough
.
gui
{
feat(imv): enable imv
2024-01-05 09:10:01 +08:00
programs
.
imv
.
enable
=
true
;
}
Reference in a new issue
Copy permalink