WiP dconf
This commit is contained in:
parent
699e53efc0
commit
63e64615a3
6 changed files with 256 additions and 12 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue