fixing sterni 21.05 problems

This commit is contained in:
Ingolf Wagner 2021-07-08 20:43:14 +02:00
commit 8588bf6033
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
8 changed files with 21 additions and 9 deletions
system/desktop
home-manager/xmonad
remote-install.nix

View file

@ -519,7 +519,7 @@ myXPConfig =
{ bgColor = Solarized.base03
, fgColor = Solarized.base0
, promptBorderWidth = 0
, font = "xft:inconsolata:pixelsize=18:antialias=true:hinting=true"
-- , font = "xft:inconsolata:pixelsize=18:antialias=true:hinting=true"
}
data LibNotifyUrgencyHook = LibNotifyUrgencyHook deriving (Read, Show)

View file

@ -3,7 +3,7 @@
services.tor = {
enable = true;
client.enable = true;
hiddenServices.liveos.map = [{ port = 1337; }];
relay.onionServices.liveos.map = [{ port = 1337; }];
};
environment.systemPackages = [