Skip to content

Commit

Permalink
Add tree as a program
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZaney committed Feb 19, 2024
1 parent ea62853 commit 4879790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in {
home.packages = with pkgs; [
pkgs."${browser}" discord libvirt swww grim slurp gnome.file-roller
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
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
# Import Scripts
Expand Down
8 changes: 4 additions & 4 deletions config/home/swaync.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ in {
"command": "systemctl reboot"
},
{
"label": "",
"command": "thunar"
"label": "🚪",
"command": "hyprctl dispatch exit"
},
{
"label": "",
"command": "pavucontrol"
"label": "",
"command": "thunar"
},
{
"label": "",
Expand Down

0 comments on commit 4879790

Please sign in to comment.