refactor(hypr + Zephyrus): Now use nm-applet instead of nm-tray

This commit is contained in:
GaspardCulis 2024-10-12 19:07:07 +02:00
parent dc8f7c3385
commit 740d4e82c2
3 changed files with 17 additions and 17 deletions

View file

@ -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 = {

View file

@ -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

View file

@ -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