diff options
author | polwex <polwex@sortug.com> | 2024-08-29 05:36:51 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-08-29 05:36:51 +0700 |
commit | 6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (patch) | |
tree | 92bbcba620a629322e3663c980ed656e339777f7 /flake.nix | |
parent | 77925a0afa7c237e99cd69d2a94c47c140483f84 (diff) |
m
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -62,6 +62,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + nixos-mailserver = { + url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-23.11"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + ############# non flakes ############ polybar-themes = { |