makefu: fix tsp ip, add font in base-gui
This commit is contained in:
parent
d38809879d
commit
4fc382180f
@ -1,4 +1,4 @@
|
|||||||
Subnet = 10.243.0.211
|
Subnet = 10.243.0.212
|
||||||
Subnet = 42:f9f1:0000:0000:0000:0000:0000:0002
|
Subnet = 42:f9f1:0000:0000:0000:0000:0000:0002
|
||||||
|
|
||||||
-----BEGIN RSA PUBLIC KEY-----
|
-----BEGIN RSA PUBLIC KEY-----
|
||||||
|
@ -29,14 +29,28 @@ in
|
|||||||
desktopManager.xterm.enable = false;
|
desktopManager.xterm.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
## FONTS
|
||||||
pkgs.xlockmore
|
# TODO: somewhere else?
|
||||||
pkgs.rxvt_unicode-with-plugins
|
|
||||||
|
i18n.consoleFont = "Lat2-Terminus16";
|
||||||
|
|
||||||
|
fonts = {
|
||||||
|
enableCoreFonts = true;
|
||||||
|
enableFontDir = true;
|
||||||
|
enableGhostscriptFonts = false;
|
||||||
|
fonts = [ pkgs.terminus_font ];
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs;[
|
||||||
|
xlockmore
|
||||||
|
rxvt_unicode-with-plugins
|
||||||
|
vlc
|
||||||
|
firefox
|
||||||
|
chromium
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemWide = true;
|
systemWide = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user