updates
This commit is contained in:
parent
2a39913fde
commit
599d34d9cb
8 changed files with 28 additions and 27 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue