Disable flatpak for now
This commit is contained in:
parent
31dd9b6546
commit
ef8850dbdb
2 changed files with 4 additions and 5 deletions
|
@ -112,7 +112,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
services.flatpak.enable = true;
|
|
||||||
users.users.insert = {
|
users.users.insert = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "insert";
|
description = "insert";
|
||||||
|
@ -130,11 +129,9 @@
|
||||||
#};
|
#};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.flatpak.enable = false;
|
||||||
services.flatpak.packages = [
|
services.flatpak.packages = [
|
||||||
"flathub:app/dev.lizardbyte.app.Sunshine//stable"
|
#"flathub:app/dev.lizardbyte.app.Sunshine//stable"
|
||||||
"flathub:app/org.godotengine.Godot//stable"
|
|
||||||
"flathub:app/org.filezillaproject.Filezilla//stable"
|
|
||||||
];
|
];
|
||||||
services.flatpak.remotes = {
|
services.flatpak.remotes = {
|
||||||
"flathub" = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
"flathub" = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||||
|
|
2
home.nix
2
home.nix
|
@ -11,6 +11,8 @@
|
||||||
pkgs.cinny-desktop
|
pkgs.cinny-desktop
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.kate
|
pkgs.kate
|
||||||
|
pkgs.godot_4
|
||||||
|
pkgs.filezilla
|
||||||
pkgs.libsForQt5.lightly
|
pkgs.libsForQt5.lightly
|
||||||
pkgs.pfetch
|
pkgs.pfetch
|
||||||
pkgs.git-credential-oauth
|
pkgs.git-credential-oauth
|
||||||
|
|
Loading…
Reference in a new issue