update flatpaks, never try gnome again

This commit is contained in:
atagen 2024-02-28 13:32:34 +11:00
parent f43572bc05
commit b9e7bdc0d3
3 changed files with 18 additions and 34 deletions

View file

@ -20,7 +20,6 @@ in {
./util/firefox-webapp.nix
inputs.plasma-manager.homeManagerModules.plasma-manager
./programs/plasma.nix
# inputs.nix-flatpak.homeManagerModules.nix-flatpak
inputs.nix-index-database.hmModules.nix-index
];
@ -48,8 +47,6 @@ in {
kooha
onlyoffice-bin
croc
xorg.xrdb
@ -87,6 +84,8 @@ in {
enableModule = true;
packages = [
"flathub:app/com.logseq.Logseq/x86_64/stable"
"flathub:app/md.obsidian.Obsidian/x86_64/stable"
"flathub:app/org.onlyoffice.desktopeditors/x86_64/stable"
];
remotes = {
"flathub" = "https://dl.flathub.org/repo/flathub.flatpakrepo";
@ -101,20 +100,6 @@ in {
};
};
};
# services.flatpak.packages = [
# "com.logseq.Logseq"
# ];
# services.flatpak.overrides = {
# global = {
# Context.sockets = [
# "wayland"
# ];
# Environment."ELECTRON_OZONE_PLATFORM_HINT" = "auto";
# };
# "com.logseq.Logseq" = {
# Application.command = "run.sh --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WaylandWindowDecorations";
# };
# };
programs.firefox.webapps = {
teams = {
@ -203,18 +188,18 @@ in {
"${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}"
];
# gtk = with pkgs.rice; {
# enable = true;
# theme = with gtk-theme; {
# inherit package name;
# };
# iconTheme = with icons; {
# inherit package name;
# };
# font = with fonts.sans; {
# inherit name size package;
# };
# };
gtk = with pkgs.rice; {
enable = true;
theme = with gtk-theme; {
inherit package name;
};
iconTheme = with icons; {
inherit package name;
};
font = with fonts.sans; {
inherit name size package;
};
};
programs.direnv = {
enable = true;