this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct configuration for 1password to link with browser

+12 -2
+1 -1
home/desktop/apps.nix
··· 4 4 ... 5 5 }: { 6 6 home.packages = with pkgs; [ 7 - _1password-gui 8 7 alejandra 9 8 audacity 10 9 blender ··· 54 53 # })) 55 54 wowup-cf 56 55 yt-dlp 56 + yubioath-flutter 57 57 ]; 58 58 59 59 services.owncloud-client.enable = true;
+1 -1
home/programs/browser.nix
··· 13 13 }); 14 14 commandLineArgs = ["--enable-blink-features=MiddleClickAutoscroll" "--enable-features=VaapiVideoDecoder"]; 15 15 extensions = [ 16 - {id = "nngceckbapebfimnlniiiahkandclblb";} # Bitwarden 16 + {id = "aeblfdkhhhdcdjpifhhbdiojplfjncoa";} # 1Password 17 17 {id = "hhinaapppaileiechjoiifaancjggfjm";} # Web Scrobbler 18 18 {id = "jinjaccalgkegednnccohejagnlnfdag";} # Violentmonkey 19 19 {id = "fkagelmloambgokoeokbpihmgpkbgbfm";} # Indie Wiki Buddy
+10
nixos/wallsocket/configuration.nix
··· 256 256 ''; 257 257 258 258 services.systembus-notify.enable = true; 259 + programs._1password.enable = true; 260 + programs._1password-gui = { 261 + enable = true; 262 + polkitPolicyOwners = ["ovy"]; 263 + }; 264 + 265 + environment.etc."1password/custom_allowed_browsers" = { 266 + text = "vivaldi-bin"; 267 + mode = "0755"; 268 + }; 259 269 260 270 services.earlyoom.enable = true; 261 271 services.earlyoom.enableNotifications = true;