add mailmover
This commit is contained in:
parent
9fa0311a30
commit
94647074cf
5 changed files with 49 additions and 18 deletions
|
|
@ -11,6 +11,8 @@
|
|||
#impermanence.inputs.nixpkgs.follows = "nixpkgs";
|
||||
xynoblog.url = "github:thexyno/blog";
|
||||
xynoblog.inputs.nixpkgs.follows = "nixpkgs";
|
||||
x.url = "github:thexyno/x";
|
||||
x.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
darwin.url = "github:lnl7/nix-darwin/master";
|
||||
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -64,6 +66,7 @@
|
|||
, utils
|
||||
, emacs-overlay
|
||||
, xynoblog
|
||||
, x
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
|
|
@ -105,6 +108,7 @@
|
|||
impermanence.nixosModules.impermanence
|
||||
home-manager.nixosModules.home-manager
|
||||
xynoblog.nixosModule
|
||||
x.nixosModule
|
||||
({ config, ... }: lib.mkMerge [{
|
||||
_module.args = { inherit inputs; };
|
||||
nixpkgs.pkgs = pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue