add unison
This commit is contained in:
+2
-6
@@ -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 = [
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user