mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
wilde: fix wifi network interface name
This commit is contained in:
@@ -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"; wilde = "wwp0s29u1u4i6"; }.${config.networking.hostName};
|
||||
wifi-interface = { scardanelli = "wlp2s0"; homeros = "wlp3s0"; wilde = "wlp3s0"; }.${config.networking.hostName};
|
||||
in with config.niveum; {
|
||||
services.xserver = {
|
||||
windowManager.default = "i3";
|
||||
|
||||
Reference in New Issue
Block a user