dot.nix/home/hosts/gojo/config/dconf.nix

43 lines
1.2 KiB
Nix

# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
{ lib, ... }:
with lib.hm.gvariant;
{
dconf.settings = {
"org/gnome/shell" = {
favorite-apps = [
"com.mitchellh.ghostty.desktop"
"org.gnome.Nautilus.desktop"
"zen.desktop"
"code.desktop"
"spotify.desktop"
"discord.desktop"
"org.telegram.desktop.desktop"
"steam.desktop"
"Ryujinx.desktop"
"Marvel Rivals.desktop"
];
enabled-extensions = [
"AlphabeticalAppGrid@stuarthayhurst"
"appindicatorsupport@rgcjonas.gmail.com"
"auto-accent-colour@Wartybix"
"blur-my-shell@aunetx"
"color-picker@tuberry"
"dash-in-panel@fthx"
"just-perfection-desktop@just-perfection"
"monitor-brightness-volume@ailin.nemui"
"pano@elhan.io"
"paperwm@paperwm.github.com"
"quicksettings-audio-devices-hider@marcinjahn.com"
"quicksettings-audio-devices-renamer@marcinjahn.com"
"undecorate@sun.wxg@gmail.com"
"user-theme@gnome-shell-extensions.gcampax.github.com"
"solaar-extension@sidevesh"
"Vitals@CoreCoding.com"
"cloudflare-warp-toggle@khaled.is-a.dev"
];
};
};
}