Skip to content

Commit

Permalink
Move figma-linux to home pkgs & add wrapGAppHook
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Nov 5, 2023
1 parent 026fa78 commit a82a172
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 0 additions & 3 deletions config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@
libsForQt5.plasma-nm
playerctl

figma-linux
gsettings-desktop-schemas # Figma linux fix

git
htop
tree
Expand Down
9 changes: 8 additions & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,19 @@
EDITOR = pkgs.nano;
};

packages = with pkgs; [
packages = let
figma-linux-wrap = pkgs.figma-linux.overrideAttrs(prev: {
nativeBuildInputs = prev.nativeBuildInputs ++ [ pkgs.wrapGAppsHook ];
});

in with pkgs; [
# settings
arandr
brightnessctl
lxappearance

figma-linux-wrap

# volume
pamixer
pulsemixer
Expand Down

0 comments on commit a82a172

Please sign in to comment.