Skip to content

Commit

Permalink
feat(nix): allow unfree packages (arc-browser)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Sep 6, 2024
1 parent f3d5840 commit 02fd1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
};

catppuccin.url = "github:catppuccin/nix";

};

outputs =
Expand All @@ -39,7 +38,7 @@
./scripts
catppuccin.homeManagerModules.catppuccin
];

nixpkgs.config.allowUnfree = true;
};
users.users.pwnwriter = {
name = "pwnwriter";
Expand Down
1 change: 1 addition & 0 deletions modules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let
with pkgs;
with pkgs.darwin.apple_sdk;
[
arc-browser
wezterm
frameworks.Security
frameworks.CoreFoundation
Expand Down

0 comments on commit 02fd1fd

Please sign in to comment.