changes
This commit is contained in:
parent
bb686b6659
commit
25581b314c
3 changed files with 26 additions and 3 deletions
9
roles/mail.nix
Normal file
9
roles/mail.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.notmuch
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue