diff options
Diffstat (limited to 'platforms/linux/gtk.nix')
-rw-r--r-- | platforms/linux/gtk.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/linux/gtk.nix b/platforms/linux/gtk.nix index c16725b..e1712ed 100644 --- a/platforms/linux/gtk.nix +++ b/platforms/linux/gtk.nix @@ -1,4 +1,4 @@ -pkgs: +{ pkgs, ... }: { home.packages = with pkgs; [ capitaine-cursors |