comment out flatpak options in home-manager
This commit is contained in:
+6
-6
@@ -34,12 +34,12 @@
|
||||
programs.chromium.enable = true;
|
||||
programs.chromium.package = pkgs.ungoogled-chromium;
|
||||
|
||||
services.flatpak.remotes = [{
|
||||
name = "flathub"; location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||
}];
|
||||
services.flatpak.packages = [
|
||||
# "org.onlyoffice.desktopeditors"
|
||||
];
|
||||
# services.flatpak.remotes = [{
|
||||
# name = "flathub"; location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||
# }];
|
||||
# services.flatpak.packages = [
|
||||
# # "org.onlyoffice.desktopeditors"
|
||||
# ];
|
||||
|
||||
# Vesktop settings
|
||||
# Nope, TODO
|
||||
|
||||
Reference in New Issue
Block a user