Skip to content

Commit

Permalink
fix: use default interface name for waybar on CharlesWoodson
Browse files Browse the repository at this point in the history
  • Loading branch information
water-sucks committed Jun 24, 2024
1 parent 417ace6 commit 5a3ee7a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions hosts/nixos/machines/CharlesWoodson/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
config,
lib,
...
}: {
{config, ...}: {
imports = [
./hardware-configuration.nix
];
Expand Down Expand Up @@ -42,17 +38,6 @@
];
};

home-manager.sharedModules = [
{
services.polybar.config = {
"module/wlan".interface = lib.mkForce "wlp6s0";
};
}
{
programs.waybar.settings.topbar.network.interface = "wlp6s0";
}
];

services.earlyoom.enable = true;

services.hardware.openrgb.enable = true;
Expand Down

0 comments on commit 5a3ee7a

Please sign in to comment.