added email clients.
This commit is contained in:
parent
a3d350ea15
commit
e54ef2c4ce
4 changed files with 26 additions and 0 deletions
|
@ -85,6 +85,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
../../modules/home-manager/terminal
|
||||
../../modules/home-manager/nvim
|
||||
../../modules/home-manager
|
||||
../modules/home-manager/email.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
|
|
|
@ -30,5 +30,6 @@
|
|||
../modules/home-manager/syncthing.nix
|
||||
../modules/home-manager/beets.nix
|
||||
../modules/home-manager/mpd/mpd.nix
|
||||
../modules/home-manager/email.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -31,5 +31,6 @@
|
|||
../modules/home-manager/nvim
|
||||
../modules/home-manager
|
||||
../modules/home-manager/syncthing.nix
|
||||
../modules/home-manager/email.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue