Compare commits
No commits in common. "fc7aecfd193d77c5c067728ce9854d6770c5388e" and "61e21557584a0c7535894d0557e87b5faad2b8c8" have entirely different histories.
fc7aecfd19
...
61e2155758
4 changed files with 2 additions and 34 deletions
|
@ -223,10 +223,6 @@ in {
|
||||||
(class "Tap Wizard 2.x86_64" ["workspace 0"])
|
(class "Tap Wizard 2.x86_64" ["workspace 0"])
|
||||||
|
|
||||||
#!! Expressions are not wrapped in ^$
|
#!! Expressions are not wrapped in ^$
|
||||||
(fields {
|
|
||||||
class = "^1Password$";
|
|
||||||
title = "^1Password$";
|
|
||||||
} ["center"])
|
|
||||||
(fields {
|
(fields {
|
||||||
class = "^com\\.github\\.wwmm\\.easyeffects$";
|
class = "^com\\.github\\.wwmm\\.easyeffects$";
|
||||||
title = "^Easy Effects$"; # Main window
|
title = "^Easy Effects$"; # Main window
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
with lib; let
|
|
||||||
cfg = config.custom.programs."1password";
|
|
||||||
in {
|
|
||||||
options.custom.programs."1password".enable = mkOption {default = false;};
|
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
programs = {
|
|
||||||
# https://developer.1password.com/
|
|
||||||
_1password.enable = true; # CLI
|
|
||||||
|
|
||||||
#!! Non-free license
|
|
||||||
# https://1password.com/
|
|
||||||
_1password-gui = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs._1password-gui-beta;
|
|
||||||
polkitPolicyOwners = [config.custom.username]; # Desktop integration
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -37,7 +37,6 @@ with lib; {
|
||||||
})
|
})
|
||||||
|
|
||||||
(mkIf config.custom.full {
|
(mkIf config.custom.full {
|
||||||
"1password".enable = true;
|
|
||||||
adb.enable = true;
|
adb.enable = true;
|
||||||
ags.enable = true;
|
ags.enable = true;
|
||||||
#// anyrun.enable = true;
|
#// anyrun.enable = true;
|
||||||
|
|
|
@ -124,7 +124,6 @@ in {
|
||||||
})
|
})
|
||||||
|
|
||||||
(mkIf config.custom.full {
|
(mkIf config.custom.full {
|
||||||
"{d634138d-c276-4fc8-924b-40a0ea21d284}" = extension "1password-x-password-manager"; # 1Password: Password Manager
|
|
||||||
#// "firefox@betterttv.net" = extension "betterttv"; # BetterTTV
|
#// "firefox@betterttv.net" = extension "betterttv"; # BetterTTV
|
||||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = extension "bitwarden-password-manager"; # Bitwarden
|
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = extension "bitwarden-password-manager"; # Bitwarden
|
||||||
#// "FirefoxColor@mozilla.com" = extension "firefox-color"; # Firefox Color
|
#// "FirefoxColor@mozilla.com" = extension "firefox-color"; # Firefox Color
|
||||||
|
@ -246,7 +245,7 @@ in {
|
||||||
|
|
||||||
# https://mozilla.github.io/policy-templates/#searchengines-this-policy-is-only-available-on-the-esr
|
# https://mozilla.github.io/policy-templates/#searchengines-this-policy-is-only-available-on-the-esr
|
||||||
SearchEngines = {
|
SearchEngines = {
|
||||||
Default = "DuckDuckGo";
|
Default = "SearXNG";
|
||||||
|
|
||||||
Add = [
|
Add = [
|
||||||
{
|
{
|
||||||
|
@ -278,7 +277,7 @@ in {
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "DuckDuckGo";
|
Name = "Duck";
|
||||||
Alias = "d";
|
Alias = "d";
|
||||||
IconURL = "https://duckduckgo.com/favicon.ico";
|
IconURL = "https://duckduckgo.com/favicon.ico";
|
||||||
URLTemplate = "https://duckduckgo.com/?q={searchTerms}";
|
URLTemplate = "https://duckduckgo.com/?q={searchTerms}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue