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 {
|
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)
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue