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

wilde: add to niveum

This commit is contained in:
Kierán Meinhardt
2019-06-15 17:50:02 +02:00
parent 55dd993389
commit bdf79d5f3f
7 changed files with 26 additions and 85 deletions

View File

@@ -6,7 +6,7 @@ let
move-to-new-workspace = pkgs.unstable.writers.writeDash "new-workspace" ''
i3-msg move container to workspace $(($(i3-msg -t get_workspaces | tr , '\n' | grep '"num":' | cut -d : -f 2 | sort -rn | head -1) + 1))
'';
wifi-interface = { scardanelli = "wlp2s0"; homeros = "wlp3s0"; }.${config.networking.hostName};
wifi-interface = { scardanelli = "wlp2s0"; homeros = "wlp3s0"; wilde = "wwp0s29u1u4i6"; }.${config.networking.hostName};
in with config.niveum; {
services.xserver = {
windowManager.default = "i3";