Disable flatpak for now

This commit is contained in:
insert 2024-04-14 16:01:23 -04:00
parent 31dd9b6546
commit ef8850dbdb
Signed by: insert
GPG key ID: A70775C389ACF105
2 changed files with 4 additions and 5 deletions

View file

@ -112,7 +112,6 @@
};
programs.zsh.enable = true;
services.flatpak.enable = true;
users.users.insert = {
isNormalUser = true;
description = "insert";
@ -130,11 +129,9 @@
#};
};
services.flatpak.enable = false;
services.flatpak.packages = [
"flathub:app/dev.lizardbyte.app.Sunshine//stable"
"flathub:app/org.godotengine.Godot//stable"
"flathub:app/org.filezillaproject.Filezilla//stable"
#"flathub:app/dev.lizardbyte.app.Sunshine//stable"
];
services.flatpak.remotes = {
"flathub" = "https://dl.flathub.org/repo/flathub.flatpakrepo";

View file

@ -11,6 +11,8 @@
pkgs.cinny-desktop
pkgs.firefox
pkgs.kate
pkgs.godot_4
pkgs.filezilla
pkgs.libsForQt5.lightly
pkgs.pfetch
pkgs.git-credential-oauth