1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

+ typora libertine

This commit is contained in:
Kierán Meinhardt
2018-12-18 23:40:58 +01:00
parent df01c9c9e4
commit d550fceeab
7 changed files with 23 additions and 28 deletions

View File

@@ -22,16 +22,18 @@ in {
"192.168.178.27" = [ "printer.local" ];
};
networking.wireless.enable = true;
networking.wireless.userControlled.enable = true;
networking.wireless.networks = {
Aether = { pskRaw = "e1b18af54036c5c9a747fe681c6a694636d60a5f8450f7dec0d76bc93e2ec85a"; };
eduroam_5GHz = eduroamConfig;
eduroam = eduroamConfig;
"Asoziales Netzwerk" = { pskRaw = "8e234041ec5f0cd1b6a14e9adeee9840ed51b2f18856a52137485523e46b0cb6"; };
"c-base-public" = {};
"FlixBus" = {};
"FlixBus Wi-Fi" = {};
networking.wireless = {
enable = true;
userControlled.enable = true;
networks = {
Aether = { pskRaw = "e1b18af54036c5c9a747fe681c6a694636d60a5f8450f7dec0d76bc93e2ec85a"; };
eduroam_5GHz = eduroamConfig;
eduroam = eduroamConfig;
"Asoziales Netzwerk" = { pskRaw = "8e234041ec5f0cd1b6a14e9adeee9840ed51b2f18856a52137485523e46b0cb6"; };
"c-base-public" = {};
"FlixBus" = {};
"FlixBus Wi-Fi" = {};
};
};
networking.retiolum = {

View File

@@ -9,6 +9,7 @@ with pkgs;
eb-garamond
fira
font-awesome-ttf
libertine
lmodern
powerline-fonts
roboto
@@ -35,6 +36,7 @@ with pkgs;
mpv
pamixer
pavucontrol
perl
pmount
ranger
ripgrep tree
@@ -96,20 +98,17 @@ with pkgs;
nodejs
ocaml
par
perl
python3
python36Packages.black
python36Packages.flake8
racket-minimal
ruby
rustup
scala
seafile-client
shellcheck
spotify
stack
swiProlog
tinycc
typora
zeroad
];
}

View File

@@ -46,7 +46,7 @@ in {
name = "retiolum.hosts";
url = "https://lassul.us/retiolum.hosts";
# FIXME
sha256 = "1rqivqbf5p3sb92d8pzxk5ssq5rvrcgnfds2svs2dg845qd31sd6";
sha256 = "1p7mbam6bkdxzli9znmj7051d64v4vzbjzv7r1fcs89n9fw65fr5";
});
environment.systemPackages = [ config.services.tinc.networks.${netname}.package ];