feat: Use 1password nixos module
This commit is contained in:
@@ -8,12 +8,11 @@
|
|||||||
lib.attrsets.optionalAttrs device.hasGui {
|
lib.attrsets.optionalAttrs device.hasGui {
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
_1password
|
|
||||||
via
|
via
|
||||||
|
# _1password-gui
|
||||||
# neovide
|
# neovide
|
||||||
]
|
]
|
||||||
++ lib.optionals device.isLinux [
|
++ lib.optionals device.isLinux [
|
||||||
_1password-gui
|
|
||||||
discord
|
discord
|
||||||
bottles
|
bottles
|
||||||
# minecraft
|
# minecraft
|
||||||
|
|||||||
@@ -8,6 +8,13 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
||||||
|
programs = {
|
||||||
|
_1password.enable = true;
|
||||||
|
_1password-gui = {
|
||||||
|
enable = true;
|
||||||
|
polkitPolicyOwners = ["servius"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -219,6 +219,14 @@
|
|||||||
];
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
# _1password = final: prev: {
|
||||||
|
# _1password-gui = prev._1password-gui.override {
|
||||||
|
# polkitPolicyOwners = ["servius"];
|
||||||
|
# };
|
||||||
|
# # _1password = prev._1password.override {
|
||||||
|
# # polkitPolicyOwners = ["servius"];
|
||||||
|
# # };
|
||||||
|
# };
|
||||||
in [
|
in [
|
||||||
inputs.subflakes.overlays.default
|
inputs.subflakes.overlays.default
|
||||||
libfprint
|
libfprint
|
||||||
|
|||||||
Reference in New Issue
Block a user