Add tree as a program

This commit is contained in:
Tyler Kelley 2024-02-19 04:58:39 -06:00
parent ea628533a2
commit 487979003f
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ in {
home.packages = with pkgs; [ home.packages = with pkgs; [
pkgs."${browser}" discord libvirt swww grim slurp gnome.file-roller pkgs."${browser}" discord libvirt swww grim slurp gnome.file-roller
swaynotificationcenter rofi-wayland imv transmission-gtk mpv swaynotificationcenter rofi-wayland imv transmission-gtk mpv
gimp obs-studio rustup audacity pavucontrol gimp obs-studio rustup audacity pavucontrol tree
font-awesome spotify swayidle neovide element-desktop swaylock font-awesome spotify swayidle neovide element-desktop swaylock
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
# Import Scripts # Import Scripts

View File

@ -71,12 +71,12 @@ in {
"command": "systemctl reboot" "command": "systemctl reboot"
}, },
{ {
"label": "", "label": "🚪",
"command": "thunar" "command": "hyprctl dispatch exit"
}, },
{ {
"label": "", "label": "",
"command": "pavucontrol" "command": "thunar"
}, },
{ {
"label": "", "label": "",