This commit is contained in:
Stefan Schwarz 2024-10-08 13:06:54 +02:00
parent 2a39913fde
commit 599d34d9cb
8 changed files with 28 additions and 27 deletions

View file

@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
let
unstable = import <nixos-unstable> { config.allowUnfree = true; };
notcoal = pkgs.callPackage ../packages/notcoal { };
in {
environment.systemPackages = with pkgs; [
@ -11,7 +10,7 @@ in {
notmuch
notcoal
thunderbird
unstable.astroid
astroid
vdirsyncer
];
}