Skip to content

Commit

Permalink
Update flake inputs & allow electron to hack my pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Nov 1, 2023
1 parent 09c5fb1 commit 067bdca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
5 changes: 4 additions & 1 deletion config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@
environment.pathsToLink = [ "/share/nix-direnv" ];
nixpkgs = {
config = {
permittedInsecurePackages = [ "teams-1.5.00.23861" ];
allowUnfree = true;
pulseaudio = true;
permittedInsecurePackages = [
"electron-24.8.6"
"teams-1.5.00.23861"
];
};

overlays = [
Expand Down
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 067bdca

Please sign in to comment.