flake: get rid of flake-parts!

This commit is contained in:
Charlie Root 2024-11-01 14:51:13 +01:00
commit 2d5ee6c621
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
11 changed files with 58 additions and 127 deletions

View file

@ -1,10 +1,4 @@
{
inputs',
pkgs,
...
}: let
inherit (inputs'.nixpkgs-stable.legacyPackages) calibre;
in {
{pkgs, ...}: {
environment.systemPackages = with pkgs;
[
alsa-utils
@ -12,6 +6,7 @@ in {
asciinema
cachix
calc
calibre
difftastic
element-desktop
evince
@ -63,6 +58,5 @@ in {
xournalpp
zapzap
zoxide
]
++ [calibre];
];
}