Skip to content

Commit

Permalink
🔥 (gtk): don't need to build phocus anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed May 2, 2024
1 parent 2255903 commit 803228e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/gwen/hp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

home = {
packages = with pkgs; [
(pkgs.callPackage ../../derivs/phocus.nix {inherit config;})
#(pkgs.callPackage ../../derivs/phocus.nix {inherit config;})
teeworlds # very important to work
];
};
Expand Down
2 changes: 1 addition & 1 deletion home/gwen/thinkpad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

home = {
packages = with pkgs; [
(pkgs.callPackage ../../derivs/phocus.nix {inherit config;})
#(pkgs.callPackage ../../derivs/phocus.nix {inherit config;})
(discord.override {withVencord = true;})
scrcpy
stremio
Expand Down

0 comments on commit 803228e

Please sign in to comment.