This website requires JavaScript.
Explore
Help
Register
Sign in
Sadan
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/sadan4/dotfiles.git
synced
2025-02-07 16:23:36 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3f01bd42c9
dotfiles
/
common
/
users
/
homeModules
/
media
/
cli.nix
10 lines
142 B
Nix
Raw
Normal View
History
Unescape
Escape
pray
2024-11-26 17:01:58 -05:00
{
pkgs
,
.
.
.
}:
{
home
=
{
packages
=
with
pkgs
;
[
imagemagick
ffmpeg
yt-dlp
]
;
fix syntax and stable / unstable
2024-11-26 20:17:02 -05:00
}
;
}
Reference in a new issue
Copy permalink