From a41037ef644dbacb3d577933fb3d93c210439b38 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 10 Jun 2025 15:55:54 +0530 Subject: chore(repo): reformat with nixfmt-rfc-style --- home/wayland/modules/ttyasrt.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'home/wayland/modules/ttyasrt.nix') diff --git a/home/wayland/modules/ttyasrt.nix b/home/wayland/modules/ttyasrt.nix index ba9a2c5..399770b 100644 --- a/home/wayland/modules/ttyasrt.nix +++ b/home/wayland/modules/ttyasrt.nix @@ -1,7 +1,9 @@ -{ pkgs, ... }: let - wayland-scripts = pkgs.callPackage ../pkgs/wayland-scripts {}; +{ pkgs, ... }: +let + wayland-scripts = pkgs.callPackage ../pkgs/wayland-scripts { }; ttyasrt = "${wayland-scripts}/bin/ttyasrt"; -in { +in +{ home.packages = [ wayland-scripts ]; xdg.desktopEntries = { -- cgit v1.2.3