From 861afe8e834eb8603b1040a75bc4113201890eca Mon Sep 17 00:00:00 2001 From: biscuit Date: Thu, 15 May 2025 18:32:04 -0500 Subject: [PATCH] added astal-apps --- nixos/configuration.nix | 1 + packages/ags/custom/widget/Bar.tsx | 1 + packages/ags/epik-shell | 1 + system/astal/default.nix | 1 + 4 files changed, 4 insertions(+) create mode 160000 packages/ags/epik-shell diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d984094..1db8070 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -65,6 +65,7 @@ p7zip btop libnotify + astal.apps ]; environment.sessionVariables = { diff --git a/packages/ags/custom/widget/Bar.tsx b/packages/ags/custom/widget/Bar.tsx index df629ff..c30011f 100644 --- a/packages/ags/custom/widget/Bar.tsx +++ b/packages/ags/custom/widget/Bar.tsx @@ -104,6 +104,7 @@ function Workspaces() { const ws = hypr.workspaces.find(w => w.id === id) return diff --git a/packages/ags/epik-shell b/packages/ags/epik-shell new file mode 160000 index 0000000..9002206 --- /dev/null +++ b/packages/ags/epik-shell @@ -0,0 +1 @@ +Subproject commit 9002206c8b15f65eedeb1185c97ff5358a881949 diff --git a/system/astal/default.nix b/system/astal/default.nix index b5ff7a7..060138e 100644 --- a/system/astal/default.nix +++ b/system/astal/default.nix @@ -3,5 +3,6 @@ astal.io astal.gjs astal.hyprland + astal.apps ]; }