WiP dconf

This commit is contained in:
Henry Hiles 2025-03-08 17:35:53 -05:00
parent 699e53efc0
commit 63e64615a3
6 changed files with 256 additions and 12 deletions

View file

@ -35,11 +35,11 @@
General = {
StartWithLastProfile = 1;
};
Profile0 = {
Profile0 = rec {
Default = 1;
IsRelative = 1;
Name = "quadradical";
Path = "quadradical";
Path = Name;
};
});
"/home/quadradical/.mozilla/firefox/quadradical/chrome"."L+".argument =
@ -161,12 +161,6 @@
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
Alias = "nw";
}
{
Name = "Home Manager Option Search";
URLTemplate = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
Alias = "hm";
}
];
};
};