fixing sterni 21.05 problems
This commit is contained in:
parent
522b170d0c
commit
8588bf6033
8 changed files with 21 additions and 9 deletions
system/desktop
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
services.tor = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
hiddenServices.liveos.map = [{ port = 1337; }];
|
||||
relay.onionServices.liveos.map = [{ port = 1337; }];
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue