feat: ags

This commit is contained in:
2024-12-27 15:42:51 +03:00
parent 21fe030dc7
commit 8ea1207bb9
21 changed files with 357 additions and 1214 deletions
-1
View File
@@ -8,7 +8,6 @@
./modules/git.nix
./modules/hyprland.nix
./modules/style.nix
./modules/waybar.nix
];
nixpkgs.config.allowUnfree = true;
@@ -1,9 +0,0 @@
{ pkgs, config, ... }: {
imports = [(
import ../../../patterns/waybar.nix {
inherit pkgs;
inherit config;
active_color = "#d197d9";
}
)];
}
-1
View File
@@ -11,7 +11,6 @@
./modules/git.nix
./modules/hyprland.nix
./modules/style.nix
./modules/waybar.nix
];
nixpkgs.config.allowUnfree = true;
@@ -1,9 +0,0 @@
{ pkgs, config, ... }: {
imports = [(
import ../../../patterns/waybar.nix {
inherit pkgs;
inherit config;
active_color = "#${config.lib.stylix.colors.base0B}";
}
)];
}