fix moving windows, add wofi
This commit is contained in:
parent
fa9a38e0a3
commit
afd8319ac7
3 changed files with 134 additions and 15 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue