skipper: install steam
This commit is contained in:
parent
f9cd6f8aa0
commit
4905832d4f
2 changed files with 6 additions and 0 deletions
|
@ -31,13 +31,16 @@ _: {
|
|||
{ directory = ".local/share/lutris"; method = "symlink"; }
|
||||
{ directory = ".local/share/nix"; method = "symlink"; }
|
||||
{ directory = ".local/share/nvim"; method = "symlink"; }
|
||||
{ directory = ".local/share/Steam"; method = "symlink"; }
|
||||
{ directory = ".local/share/supertuxkart"; method = "symlink"; }
|
||||
{ directory = ".local/share/systemd"; method = "symlink"; }
|
||||
{ directory = ".local/share/TelegramDesktop"; method = "symlink"; }
|
||||
{ directory = ".local/share/zoxide"; method = "symlink"; }
|
||||
{ directory = ".local/share/zsh"; method = "symlink"; }
|
||||
{ directory = ".steam"; method = "symlink"; }
|
||||
{ directory = "Documents"; method = "symlink"; }
|
||||
{ directory = "Downloads"; method = "symlink"; }
|
||||
{ directory = "Games"; method = "symlink"; }
|
||||
{ directory = "Music"; method = "symlink"; }
|
||||
{ directory = "Others"; method = "symlink"; }
|
||||
{ directory = "Pictures"; method = "symlink"; }
|
||||
|
|
|
@ -29,12 +29,15 @@
|
|||
discord
|
||||
doctl
|
||||
flyctl
|
||||
fractal
|
||||
gh
|
||||
hcloud
|
||||
#localsend
|
||||
(lutris.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud p.vulkan-tools ]; })
|
||||
ripgrep
|
||||
signal-desktop-beta
|
||||
spotify
|
||||
(steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud p.vulkan-tools ]; })
|
||||
swayimg
|
||||
telegram-desktop
|
||||
transmission-remote-gtk
|
||||
|
|
Loading…
Reference in a new issue