This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
b8cc67b3db
dotfiles
/
modules
/
nixos
/
desktop
/
immich.nix
8 lines
106 B
Nix
Raw
Normal View
History
Unescape
Escape
Add immich-cli
2024-11-15 18:11:50 +00:00
{
pkgs
,
.
.
.
}:
{
services
.
immich
.
enable
=
true
;
environment
.
systemPackages
=
[
pkgs
.
immich-cli
]
;
}
Reference in a new issue
Copy permalink