refactor(hypr + Zephyrus): Now use nm-applet
instead of nm-tray
This commit is contained in:
parent
dc8f7c3385
commit
740d4e82c2
3 changed files with 17 additions and 17 deletions
|
@ -37,22 +37,23 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = with pkgs; [
|
||||||
pkgs.egl-wayland # For NVIDIA compatibility
|
egl-wayland # For NVIDIA compatibility
|
||||||
pkgs.xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
# Common DE packages required in config
|
# Common DE packages required in config
|
||||||
pkgs.wl-clipboard
|
wl-clipboard
|
||||||
pkgs.grim
|
grim
|
||||||
pkgs.slurp
|
slurp
|
||||||
pkgs.hyprpicker
|
hyprpicker
|
||||||
pkgs.udiskie
|
udiskie
|
||||||
pkgs.swww
|
swww
|
||||||
pkgs.swaylock-effects
|
swaylock-effects
|
||||||
pkgs.brightnessctl
|
brightnessctl
|
||||||
|
nm-applet
|
||||||
# Apps launchable from bindings
|
# Apps launchable from bindings
|
||||||
pkgs.firefox
|
firefox
|
||||||
pkgs.kitty
|
kitty
|
||||||
pkgs.yazi
|
yazi
|
||||||
];
|
];
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# Startup
|
# Startup
|
||||||
|
|
||||||
exec-once = artix-pipewire-launcher restart
|
exec-once = artix-pipewire-launcher restart
|
||||||
exec-once = end-rs daemon
|
|
||||||
exec-once = wallpaperctl daemon
|
exec-once = wallpaperctl daemon
|
||||||
exec-once = swayosd-server
|
exec-once = swayosd-server
|
||||||
|
exec-once = nm-applet
|
||||||
exec-once = udiskie
|
exec-once = udiskie
|
||||||
exec-once = eww-bard
|
exec-once = eww-bard
|
||||||
|
exec-once = end-rs daemon
|
||||||
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
neofetch
|
neofetch
|
||||||
bottom
|
bottom
|
||||||
htop
|
htop
|
||||||
nm-tray
|
|
||||||
wg-netmanager
|
wg-netmanager
|
||||||
podman-compose
|
podman-compose
|
||||||
udisks
|
udisks
|
||||||
|
|
Loading…
Reference in a new issue