Skip to content

Commit

Permalink
configure user nix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yomaq committed Jul 12, 2024
1 parent 0037677 commit 7e7e16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/devenv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
};

packages = with pkgs; [
_1password
];

enterShell = ''
Expand Down
1 change: 1 addition & 0 deletions modules/home-manager/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
allowUnfreePredicate = (_: true);
};
};
xdg.configFile."nixpkgs/config.nix".text = ''{ allowUnfree = true; }'';
}

0 comments on commit 7e7e16b

Please sign in to comment.