enable steam and lutris
This commit is contained in:
parent
fc42854713
commit
d15c258360
3 changed files with 11 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
gnome.gnome-system-monitor
|
||||
gnome3.gnome-disk-utility
|
||||
lazydocker
|
||||
(lutris.override {extraPkgs = pkgs: [wineWowPackages.waylandFull electron];})
|
||||
pavucontrol
|
||||
ripgrep
|
||||
spotify-tui
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
fuse.userAllowOther = true;
|
||||
git.enable = true;
|
||||
seahorse.enable = true;
|
||||
steam.enable = true;
|
||||
xwayland.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue