chore: add overlays for wlvncc, _1password

This commit is contained in:
teutat3s 2024-01-25 19:12:22 +01:00
parent fc0f61ae09
commit c8a724a785
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,8 @@
unstable = import inputs.unstable { unstable = import inputs.unstable {
system = prev.system; system = prev.system;
config.allowUnfreePredicate = pkg: builtins.elem (prev.lib.getName pkg) [ config.allowUnfreePredicate = pkg: builtins.elem (prev.lib.getName pkg) [
"1password"
"1password-cli"
"slack" "slack"
]; ];
}; };
@ -25,7 +27,10 @@
nix-direnv = unstable.nix-direnv; nix-direnv = unstable.nix-direnv;
qMasterPassword-wayland = unstable.qMasterPassword-wayland; qMasterPassword-wayland = unstable.qMasterPassword-wayland;
slack = unstable.slack; slack = unstable.slack;
_1password = unstable._1password;
_1password-cli = unstable._1password-cli;
signal-desktop = unstable.signal-desktop; signal-desktop = unstable.signal-desktop;
wlvncc = unstable.wlvncc;
#vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;}; #vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;};
}) })
(import ../pkgs) (import ../pkgs)

View file

@ -76,6 +76,7 @@ in {
age-plugin-yubikey age-plugin-yubikey
cockroach-bin cockroach-bin
obs-studio obs-studio
wlvncc
]; ];
programs.bash.initExtra = '' programs.bash.initExtra = ''
source ${config.age.secrets.environment-secrets.path} source ${config.age.secrets.environment-secrets.path}