mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
hyprland: switched to nm-applet
This commit is contained in:
parent
567ec79b6e
commit
9f7766837a
|
@ -31,15 +31,16 @@
|
|||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
# brightnessctl
|
||||
# hyprnome
|
||||
celluloid
|
||||
evince
|
||||
gnome.eog
|
||||
gnome.file-roller
|
||||
hyprcursor
|
||||
hyprland-protocols
|
||||
# hyprnome
|
||||
hyprshot
|
||||
kdePackages.polkit-kde-agent-1
|
||||
networkmanagerapplet
|
||||
playerctl
|
||||
swayosd
|
||||
trayscale
|
||||
|
@ -158,6 +159,8 @@
|
|||
exec-once = ${pkgs.hyprshade}/bin/hyprshade auto
|
||||
exec-once = ${pkgs.hypridle}/bin/hypridle
|
||||
exec-once = ${pkgs.swayosd}/bin/swayosd-server
|
||||
exec-once = ${pkgs.networkmanagerapplet}/bin/nm-applet
|
||||
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
modules-right = [
|
||||
"tray"
|
||||
"bluetooth"
|
||||
"network"
|
||||
# "network"
|
||||
"pulseaudio"
|
||||
# "wireplumber"
|
||||
"group/power"
|
||||
|
|
Loading…
Reference in a new issue