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
7266fff06e
nixos
/
home
/
imv
/
home.nix
11 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
chore: nix fmt
2025-01-13 11:52:09 +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