Skip to content

Commit

Permalink
feat: add linux 1password
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-yao committed Aug 10, 2024
1 parent 2a51c80 commit ec8d2a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions home-manager/linux/pkgs.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# yazi
_1password
gcc
nodePackages_latest.pnpm
pandoc
cmake
python312Full
python312Packages.pip
# nodePackages_latest.wrangler
# yarn
];
}
6 changes: 5 additions & 1 deletion lib/mksystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ in
then
systemFunc
{
inherit pkgs;
pkgs = import nixpkgs {
inherit system;
# allow unfree pkgs, for example, 1password
config.allowUnfree = true;
};

modules = [
(import userHMConfig {
Expand Down

0 comments on commit ec8d2a0

Please sign in to comment.