wow
This commit is contained in:
parent
a45fbb4560
commit
c40b87be20
18 changed files with 362 additions and 184 deletions
|
|
@ -8,23 +8,6 @@ let
|
|||
nrr = import ./packages/nrr.nix { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
programs._1password.enable = true;
|
||||
programs._1password-gui = {
|
||||
enable = true;
|
||||
polkitPolicyOwners = [ "imnyang" ];
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"1password/custom_allowed_browsers" = {
|
||||
text = ''
|
||||
microsoft-edge
|
||||
firefox-devedition
|
||||
'';
|
||||
mode = "0755";
|
||||
};
|
||||
};
|
||||
|
||||
# 시스템 전역 패키지 (데스크탑/개발용)
|
||||
environment.systemPackages = with pkgs; [
|
||||
nr
|
||||
nrr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue