mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-24 14:02:07 +02:00
Add tree as a program
This commit is contained in:
parent
ea628533a2
commit
487979003f
@ -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
|
||||||
|
@ -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": "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user