replace wofi with rofi

This commit is contained in:
DACHXY 2024-12-18 22:19:20 +08:00
parent 601513bc9e
commit 07d70e3a64
23 changed files with 343 additions and 43 deletions

View file

@ -6,6 +6,7 @@
environment.systemPackages = with pkgs; [
hyprsunset
hyprpaper
hyprpicker
hyprshot
kitty
@ -21,6 +22,7 @@
wlogout
wl-clipboard
wofi
rofi
waybar
];
}

View file

@ -22,7 +22,8 @@
glxinfo # OpenGL info
pciutils # PCI info
xdotool # Keyboard input simulation
ffmpeg # video encoding
ffmpeg # Video encoding
mpv # Media player
# Dev
git