aboutsummaryrefslogtreecommitdiff
path: root/nix/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r--nix/configuration.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix
index 7e32a8d..bc4edd5 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -24,6 +24,10 @@
# replicates the default behaviour.
networking.useDHCP = false;
+ nixpkgs.overlays = [
+ (import ./wesher.nix)
+ ];
+
# Set your time zone.
time.timeZone = "Europe/Paris";
@@ -63,6 +67,7 @@ SystemMaxUse=1G
rclone
docker
docker-compose
+ wesher
];
programs.vim.defaultEditor = true;