screenshot and office apps

This commit is contained in:
Murphy 2025-01-27 21:45:41 -05:00
parent cafa77653a
commit 74aa6e0035
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
4 changed files with 11 additions and 1 deletions

View file

@ -35,18 +35,19 @@
orchis-theme
# wayland
cage
grimblast
wl-clipboard
wl-clip-persist
wl-mirror
# gaming
gamescope
steam
wine
# social
discord
element-desktop
gajim
# vrchat
blender
unityhub
vrc-get
# programs
@ -56,7 +57,9 @@
gimp
imagemagick
imv
jq
libnotify
libreoffice-fresh
mpv
pavucontrol
pfetch-rs

View file

@ -12,6 +12,7 @@
./sops
./ssh
./starship
./steam
./waybar
./wireguard
./wofi

View file

@ -159,6 +159,7 @@ in
"$mod, D, exec, ${config.default.appLauncher}"
"$mod, L, exec, ${config.default.lockScreen}"
"$mod, Return, exec, ${config.default.terminal}"
", Print, exec, grimblast copy area"
# Misc

View file

@ -0,0 +1,5 @@
{ ... }:
{
programs.steam.enable = true;
}