update flatpaks, never try gnome again
This commit is contained in:
parent
f43572bc05
commit
b9e7bdc0d3
3 changed files with 18 additions and 34 deletions
|
@ -10,12 +10,11 @@
|
|||
./home.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nicotine-plus
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "bolt";
|
||||
homeDirectory = "/home/bolt";
|
||||
packages = with pkgs; [
|
||||
nicotine-plus
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.plymouth.enable = true;
|
||||
# boot.plymouth.enable = true;
|
||||
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue