fix unused imports, install dmenu

This commit is contained in:
♥ Minnie ♥ 2025-05-12 09:58:09 +08:00
parent 9b2957484c
commit 0535f68752
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 2 additions and 2 deletions

View file

@ -5,10 +5,8 @@
}: { }: {
imports = [ imports = [
./cava ./cava
./dunst
./mpv ./mpv
./picom ./picom
./rofi
./wezterm ./wezterm
]; ];

View file

@ -10,6 +10,8 @@
systemPackages = [ systemPackages = [
# Required for some XFCE/GTK stuff # Required for some XFCE/GTK stuff
pkgs.dconf pkgs.dconf
# Dynamic menu for X
pkgs.dmenu
# Picture viewer # Picture viewer
pkgs.xfce.ristretto pkgs.xfce.ristretto
# Install our XMonad and Xmobar configuration # Install our XMonad and Xmobar configuration