mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
removed commented global config from flatpak/default.nix
This commit is contained in:
parent
35dc2c4657
commit
a4626858ca
|
@ -8,18 +8,6 @@
|
||||||
"org.mozilla.firefox"
|
"org.mozilla.firefox"
|
||||||
];
|
];
|
||||||
services.flatpak.overrides = {
|
services.flatpak.overrides = {
|
||||||
global = {
|
|
||||||
# Force Wayland by default
|
|
||||||
# Context.sockets = ["wayland" "!x11" "!fallback-x11"];
|
|
||||||
|
|
||||||
# Environment = {
|
|
||||||
# # Fix un-themed cursor in some Wayland apps
|
|
||||||
# XCURSOR_PATH = "/run/host/user-share/icons:/run/host/share/icons";
|
|
||||||
|
|
||||||
# # # Force correct theme for some GTK apps
|
|
||||||
# # GTK_THEME = "Adwaita:dark";
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
|
|
||||||
"com.visualstudio.code".Context = {
|
"com.visualstudio.code".Context = {
|
||||||
filesystems = [
|
filesystems = [
|
||||||
|
|
Loading…
Reference in a new issue