This website requires JavaScript.
Explore
Help
Sign In
jmug
/
nixos
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
55657f849028510e8b9891bed5b7b2de1f0d526e
nixos
/
home-modules
/
books.nix
T
6 lines
71 B
Nix
Raw
Normal View
History
Unescape
Escape
Dump nixos config after scrubing
2025-05-03 23:42:03 -07:00
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
calibre
];
}
Reference in New Issue
Copy Permalink