adds popos compatibility
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
dconf = {
|
||||
# Only apply dconf settings if running GNOME
|
||||
dconf = pkgs.lib.mkIf (builtins.getEnv "XDG_CURRENT_DESKTOP" == "GNOME") {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/background" = {
|
||||
@@ -53,7 +53,6 @@
|
||||
};
|
||||
|
||||
# Pinned apps
|
||||
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here
|
||||
"org/gnome/shell" = {
|
||||
favorite-apps = [
|
||||
"firefox.desktop"
|
||||
|
Reference in New Issue
Block a user