screenshot and office apps
This commit is contained in:
parent
cafa77653a
commit
74aa6e0035
4 changed files with 11 additions and 1 deletions
nix
|
@ -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
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
./sops
|
||||
./ssh
|
||||
./starship
|
||||
./steam
|
||||
./waybar
|
||||
./wireguard
|
||||
./wofi
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
5
nix/programs/steam/default.nix
Normal file
5
nix/programs/steam/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
}
|
Loading…
Reference in a new issue