Tiny update
This commit is contained in:
parent
5f4668b67b
commit
37bedeffb6
|
@ -69,7 +69,7 @@ in
|
|||
|
||||
# Yellow light!
|
||||
services.wlsunset = {
|
||||
enable = pkgs.stdenv.isx86_64;
|
||||
enable = true;
|
||||
|
||||
# Lausanne
|
||||
latitude = "46.31";
|
||||
|
|
|
@ -305,7 +305,7 @@ in
|
|||
gaps.outer = 4;
|
||||
gaps.inner = 4;
|
||||
gaps.smartBorders = "on";
|
||||
gaps.smartGaps = true;
|
||||
gaps.smartGaps = false;
|
||||
|
||||
### Bars
|
||||
# Let systemd manage it
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
../modules/services/edns
|
||||
];
|
||||
|
||||
# I'm away
|
||||
time.timeZone = lib.mkForce "Asia/Ho_Chi_Minh";
|
||||
# time.timeZone = lib.mkForce "Asia/Ho_Chi_Minh";
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue