feat: Use 1password nixos module

This commit is contained in:
uttarayan21
2024-06-23 19:01:04 +05:30
parent 61c4481e70
commit 530aff43ed
3 changed files with 16 additions and 2 deletions

View File

@@ -8,6 +8,13 @@
...
}: {
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
programs = {
_1password.enable = true;
_1password-gui = {
enable = true;
polkitPolicyOwners = ["servius"];
};
};
hardware.opengl = {
enable = true;