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
57731c0f3ee4e66234e057a5cdc01e33ebdf00ff
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