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