enable steam and lutris

This commit is contained in:
Adithya 2023-07-01 11:41:12 +05:30
parent fc42854713
commit d15c258360
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
3 changed files with 11 additions and 0 deletions

View file

@ -11,10 +11,15 @@
".config/dconf"
".config/discord"
".config/lazygit"
".config/lutris"
".config/spotify-tui"
".gnupg"
".steam"
".local/share/keyrings"
".local/share/lutris"
".local/share/nix"
".local/share/Steam"
".local/share/vulkan"
".local/share/zoxide"
".local/share/zsh"
".local/state"
@ -29,6 +34,10 @@
directory = "Downloads";
method = "symlink";
}
{
directory = "Games";
method = "symlink";
}
{
directory = "Music";
method = "symlink";

View file

@ -29,6 +29,7 @@
gnome.gnome-system-monitor
gnome3.gnome-disk-utility
lazydocker
(lutris.override {extraPkgs = pkgs: [wineWowPackages.waylandFull electron];})
pavucontrol
ripgrep
spotify-tui

View file

@ -9,6 +9,7 @@
fuse.userAllowOther = true;
git.enable = true;
seahorse.enable = true;
steam.enable = true;
xwayland.enable = true;
zsh.enable = true;
};