added theme

This commit is contained in:
biscuit
2025-05-16 06:34:55 -05:00
parent 6b5d28d12b
commit 01ac3de3ff
4 changed files with 112 additions and 70 deletions
+11 -7
View File
@@ -1,15 +1,19 @@
{ pkgs, inputs, system, ... }: {
{
pkgs,
inputs,
system,
...
}: {
# environment.systemPackages = with pkgs; [
# astal.io
# astal.gjs
# astal.io
# astal.gjs
# astal.hyprland
# astal.apps
# ];
environment.systemPackages = [
# inputs.astal.packages.${system}.default
# inputs.astal.packages.${system}.io
# inputs.astal.packages.${system}.gjs
# inputs.astal.packages.${system}.hyprland
pkgs.adw-gtk3
pkgs.colloid-icon-theme
pkgs.colloid-gtk-theme
# inputs.astal.packages.${system}.apps
];
}