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 = [
|
||||
pkgs.egl-wayland # For NVIDIA compatibility
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
home.packages = with pkgs; [
|
||||
egl-wayland # For NVIDIA compatibility
|
||||
xdg-desktop-portal-hyprland
|
||||
# Common DE packages required in config
|
||||
pkgs.wl-clipboard
|
||||
pkgs.grim
|
||||
pkgs.slurp
|
||||
pkgs.hyprpicker
|
||||
pkgs.udiskie
|
||||
pkgs.swww
|
||||
pkgs.swaylock-effects
|
||||
pkgs.brightnessctl
|
||||
wl-clipboard
|
||||
grim
|
||||
slurp
|
||||
hyprpicker
|
||||
udiskie
|
||||
swww
|
||||
swaylock-effects
|
||||
brightnessctl
|
||||
nm-applet
|
||||
# Apps launchable from bindings
|
||||
pkgs.firefox
|
||||
pkgs.kitty
|
||||
pkgs.yazi
|
||||
firefox
|
||||
kitty
|
||||
yazi
|
||||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Startup
|
||||
|
||||
exec-once = artix-pipewire-launcher restart
|
||||
exec-once = end-rs daemon
|
||||
exec-once = wallpaperctl daemon
|
||||
exec-once = swayosd-server
|
||||
exec-once = nm-applet
|
||||
exec-once = udiskie
|
||||
exec-once = eww-bard
|
||||
exec-once = end-rs daemon
|
||||
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -31,7 +30,6 @@
|
|||
neofetch
|
||||
bottom
|
||||
htop
|
||||
nm-tray
|
||||
wg-netmanager
|
||||
podman-compose
|
||||
udisks
|
||||
|
|
Loading…
Reference in a new issue