Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mardukpill committed Jul 17, 2024
1 parent 075e8fa commit 66c2600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions modules/nixos/wms/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ in
};

config = mkIf cfg.enable {

environment.systemPackages = with pkgs; [
];

environment.systemPackages = with pkgs; [ ];

programs.hyprland.enable = true;
programs.hyprland.portalPackage = pkgs.xdg-desktop-portal-gtk;
Expand Down
2 changes: 1 addition & 1 deletion packages/hyprzoom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib,
namespace,
...
}:
}:
pkgs.writeShellScriptBin "hyprzoom" ''
if [ "$#" -ne 1 ]; then
Expand Down

0 comments on commit 66c2600

Please sign in to comment.