Compare commits
No commits in common. "b7b2187440d404f427339ba970961afed2e35a1b" and "ba31c89a106dfe9488ffd5dafae3f7024e65d3bf" have entirely different histories.
b7b2187440
...
ba31c89a10
4 changed files with 4 additions and 19 deletions
|
|
@ -28,8 +28,8 @@
|
|||
./modules/browser/firefox.nix
|
||||
./modules/browser/chromium.nix
|
||||
./modules/applications/default.nix
|
||||
./modules/applications/keepassxc.nix
|
||||
./modules/games/linux.nix
|
||||
./modules/applications/1password.nix
|
||||
./modules/services/archiveteam-warrior.nix
|
||||
./modules/services/linkding.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"/Applications/Zen.app"
|
||||
"/Applications/Ghostty.app"
|
||||
"/System/Applications/Music.app"
|
||||
"/Applications/Nix Apps/KeePassXC.app"
|
||||
"/Applications/1Password.app"
|
||||
{ spacer.small = true; }
|
||||
|
||||
"/Applications/Infuse.app"
|
||||
|
|
@ -46,6 +46,8 @@
|
|||
"blender"
|
||||
"obs"
|
||||
"gimp"
|
||||
"1password"
|
||||
"1password-cli"
|
||||
"signal"
|
||||
"soulseek"
|
||||
"whatsapp"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,5 @@
|
|||
iina
|
||||
raycast
|
||||
anki-bin
|
||||
keepassxc
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
keepassxc
|
||||
];
|
||||
# browser extensions
|
||||
programs.firefox.policies.ExtensionSettings."keepassxc-browser@keepassxc.org" = {
|
||||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi";
|
||||
};
|
||||
|
||||
programs.chromium.extensions = [
|
||||
"oboonakemofpalcgghocfoadofidjkkk" # KeePassXC
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue