feat: games

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-04-18 10:43:47 -03:00
parent 185cc5772c
commit cb313daca9
7 changed files with 70 additions and 1 deletions

View File

@@ -26,6 +26,8 @@
};
};
programs.steam.enable = false;
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gnome3;

View File

@@ -19,6 +19,8 @@
services.gnome-keyring.enable = true;
programs.prismlauncher.enable = true;
fonts.fontconfig.enable = true;
home.sessionVariables = {

View File

@@ -50,7 +50,6 @@
services.flatpak.packages = [
"nz.mega.MEGAsync"
"com.bitwarden.desktop"
"org.prismlauncher.PrismLauncher"
"org.mozilla.Thunderbird"
"net.blockbench.Blockbench"
];