add unison

This commit is contained in:
Steffen Illium
2025-04-21 15:59:18 +02:00
parent 969b77a3a8
commit 4beee1dbd6
+2 -6
View File
@@ -56,7 +56,6 @@
};
};
# Set your time zone.
time.timeZone = "Europe/Berlin";
@@ -64,7 +63,6 @@
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Enable the X11 windowing system.
services.xserver.enable = false;
@@ -96,6 +94,7 @@
fzf
# zrepl
wireguard-tools
unison
];
programs.tmux = {
@@ -119,8 +118,5 @@
system.stateVersion = "23.11"; # Did you read the comment?
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
nixpkgs.config.permittedInsecurePackages = [
];
};
}