Compare commits

...

2 commits

Author SHA1 Message Date
atagen
ea1107463d add foliate (ebook reader) 2025-07-21 21:38:37 +10:00
atagen
93caa53b2e pin registry nixpkgs to input 2025-07-21 21:36:47 +10:00
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ inputs, ... }:
{
nixpkgs = {
config = {
@ -6,4 +6,5 @@
allowUnfreePredicate = _: true;
};
};
nixpkgs.flake.source = inputs.nixpkgs;
}

View file

@ -5,6 +5,8 @@
libreoffice
thunderbird
obsidian
foliate
;
};
}