fix moving windows, add wofi

This commit is contained in:
Noa Aarts 2024-02-29 15:14:08 +01:00
parent fa9a38e0a3
commit afd8319ac7
3 changed files with 134 additions and 15 deletions

View file

@ -26,7 +26,11 @@
# Enable networking
networking.networkmanager.enable = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
nix.settings = {
# auto optimise every so often
auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"];
};
# Set your time zone.
time.timeZone = "Europe/Amsterdam";