added astal back

This commit is contained in:
biscuit
2025-05-14 15:24:04 -05:00
parent 6492901dda
commit d33af4042e
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../modules/system.nix
../packages/astal/default.nix
];
# Bootloader.
+7
View File
@@ -0,0 +1,7 @@
{ ... }: {
environment.systemPackages = with pkgs; [
astal.io
astal.gjs
astal.hyprland
];
}