nix: fix cleanup 1

This commit is contained in:
biscuit
2025-05-15 13:53:44 -05:00
parent 64237058a2
commit 0cdbf3dc00
2 changed files with 1 additions and 0 deletions
-7
View File
@@ -1,7 +0,0 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
astal.io
astal.gjs
astal.hyprland
];
}