working on meli, bunch of stuff
This commit is contained in:
22
home-modules/meli/meli.nix
Normal file
22
home-modules/meli/meli.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.meli
|
||||
pkgs.msmtp
|
||||
pkgs.w3m
|
||||
|
||||
# (pkgs.writeScriptBin "mutt_oauth" (builtins.readFile ./mutt_oauth2.py))
|
||||
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
home.file.".config/meli.config" = {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user