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
|
||||
|
||||
-----BEGIN RSA PUBLIC KEY-----
|
||||
|
@ -29,14 +29,28 @@ in
|
||||
desktopManager.xterm.enable = false;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.xlockmore
|
||||
pkgs.rxvt_unicode-with-plugins
|
||||
## FONTS
|
||||
# TODO: somewhere else?
|
||||
|
||||
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 = {
|
||||
enable = true;
|
||||
systemWide = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user