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