feat(discord): Hide guild tags
This commit is contained in:
@@ -13,17 +13,20 @@
|
||||
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
# keyMap = "us";
|
||||
useXkbConfig = true; # use xkb.options in tty.
|
||||
};
|
||||
|
||||
services.xserver.xkb.layout = "us";
|
||||
services.xserver.xkb.options = "ctrl:swapcaps";
|
||||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
options = "ctrl:swapcaps";
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "yes";
|
||||
settings.X11Forwarding = true;
|
||||
settings = {
|
||||
PermitRootLogin = "yes";
|
||||
X11Forwarding = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.nixos = {
|
||||
|
||||
Reference in New Issue
Block a user