Compare commits
No commits in common. "beba034c172829151a57c6cf6f89ecb7af6271a7" and "9057c3600fcdb830478b349cb2b64b4ed1ea6bc6" have entirely different histories.
beba034c17
...
9057c3600f
2 changed files with 1 additions and 4 deletions
|
@ -12,7 +12,6 @@
|
||||||
ocr-a
|
ocr-a
|
||||||
amiri
|
amiri
|
||||||
libertine
|
libertine
|
||||||
inter
|
|
||||||
];
|
];
|
||||||
fonts.fontDir.enable = true;
|
fonts.fontDir.enable = true;
|
||||||
home-manager.users.jade = {pkgs, ...}: {
|
home-manager.users.jade = {pkgs, ...}: {
|
||||||
|
|
|
@ -14,8 +14,6 @@ def main [
|
||||||
systemd-cat echo $"($currentnet) \(($interface)): ($type)";
|
systemd-cat echo $"($currentnet) \(($interface)): ($type)";
|
||||||
|
|
||||||
if $interface starts-with 'wlp' {
|
if $interface starts-with 'wlp' {
|
||||||
let p = $"/etc/networkhooks/($currentnet).nu";
|
^$"/etc/networkhooks/($currentnet).nu" $interface $type
|
||||||
systemd-cat echo $p;
|
|
||||||
^$p $interface $type
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue