forked from pub-solar/os
chore: add overlays for wlvncc, _1password
This commit is contained in:
parent
fc0f61ae09
commit
c8a724a785
|
@ -13,6 +13,8 @@
|
|||
unstable = import inputs.unstable {
|
||||
system = prev.system;
|
||||
config.allowUnfreePredicate = pkg: builtins.elem (prev.lib.getName pkg) [
|
||||
"1password"
|
||||
"1password-cli"
|
||||
"slack"
|
||||
];
|
||||
};
|
||||
|
@ -25,7 +27,10 @@
|
|||
nix-direnv = unstable.nix-direnv;
|
||||
qMasterPassword-wayland = unstable.qMasterPassword-wayland;
|
||||
slack = unstable.slack;
|
||||
_1password = unstable._1password;
|
||||
_1password-cli = unstable._1password-cli;
|
||||
signal-desktop = unstable.signal-desktop;
|
||||
wlvncc = unstable.wlvncc;
|
||||
#vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;};
|
||||
})
|
||||
(import ../pkgs)
|
||||
|
|
|
@ -76,6 +76,7 @@ in {
|
|||
age-plugin-yubikey
|
||||
cockroach-bin
|
||||
obs-studio
|
||||
wlvncc
|
||||
];
|
||||
programs.bash.initExtra = ''
|
||||
source ${config.age.secrets.environment-secrets.path}
|
||||
|
|
Loading…
Reference in a new issue