add network manager applet

current_state
Christian Ott 2 years ago
parent bd593e329e
commit 015da00d7d
  1. 2
      configuration.nix
  2. 2
      hyperland/default.nix

@ -106,7 +106,7 @@
# Define a user account. Don't forget to set a password with ‘passwd’. # Define a user account. Don't forget to set a password with ‘passwd’.
users.users.chrigi = { users.users.chrigi = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. extraGroups = [ "wheel" "networkmanager"];
initialPassword = "password"; initialPassword = "password";
packages = with pkgs; [ packages = with pkgs; [
firefox firefox

@ -29,6 +29,7 @@ in
swww swww
rofi-wayland rofi-wayland
brightnessctl brightnessctl
networkmanagerapplet
# (pkgs.waybar.overrideAttrs (oldAttrs: { # (pkgs.waybar.overrideAttrs (oldAttrs: {
# mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; # mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
# })) # }))
@ -121,6 +122,7 @@ in
exec-once = [ exec-once = [
"dunst" "dunst"
"waybar" "waybar"
"${pkgs.networkmanagerapplet}/bin/nm-applet --sm-disable --indicator"
]; ];
bind = bind =

Loading…
Cancel
Save

Powered by TurnKey Linux.