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/dconf"
|
||||||
".config/discord"
|
".config/discord"
|
||||||
".config/lazygit"
|
".config/lazygit"
|
||||||
|
".config/lutris"
|
||||||
".config/spotify-tui"
|
".config/spotify-tui"
|
||||||
".gnupg"
|
".gnupg"
|
||||||
|
".steam"
|
||||||
".local/share/keyrings"
|
".local/share/keyrings"
|
||||||
|
".local/share/lutris"
|
||||||
".local/share/nix"
|
".local/share/nix"
|
||||||
|
".local/share/Steam"
|
||||||
|
".local/share/vulkan"
|
||||||
".local/share/zoxide"
|
".local/share/zoxide"
|
||||||
".local/share/zsh"
|
".local/share/zsh"
|
||||||
".local/state"
|
".local/state"
|
||||||
|
@ -29,6 +34,10 @@
|
||||||
directory = "Downloads";
|
directory = "Downloads";
|
||||||
method = "symlink";
|
method = "symlink";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
directory = "Games";
|
||||||
|
method = "symlink";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
directory = "Music";
|
directory = "Music";
|
||||||
method = "symlink";
|
method = "symlink";
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
gnome.gnome-system-monitor
|
gnome.gnome-system-monitor
|
||||||
gnome3.gnome-disk-utility
|
gnome3.gnome-disk-utility
|
||||||
lazydocker
|
lazydocker
|
||||||
|
(lutris.override {extraPkgs = pkgs: [wineWowPackages.waylandFull electron];})
|
||||||
pavucontrol
|
pavucontrol
|
||||||
ripgrep
|
ripgrep
|
||||||
spotify-tui
|
spotify-tui
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
fuse.userAllowOther = true;
|
fuse.userAllowOther = true;
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
seahorse.enable = true;
|
seahorse.enable = true;
|
||||||
|
steam.enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue