added astal back
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../modules/system.nix
|
../modules/system.nix
|
||||||
|
../packages/astal/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{ ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
astal.io
|
||||||
|
astal.gjs
|
||||||
|
astal.hyprland
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user