feat(flatpak): other settings
This commit is contained in:
parent
bab170ed75
commit
c7da2b8df1
1 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,16 @@
|
|||
services.ssh-agent.enable = true;
|
||||
|
||||
services.flatpak.packages = [ "im.riot.Riot" ];
|
||||
services.flatpak.update.onActivation = true;
|
||||
services.flatpak.overrides = {
|
||||
global = {
|
||||
Context.sockets = [ "wayland" "!x11" "!fallback-x11" ];
|
||||
Environment = {
|
||||
XCURSOR_PATH = "/run/host/user-share/icons:/run/host/share/icons";
|
||||
GTK_THEME = "Adwaita:dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.firefox.enable = true;
|
||||
|
|
Loading…
Reference in a new issue