refactor(wrappers): remove wrapping

As much as I prefer wrappers, I feel like it is too much work to set them up because no one likes standards...
This commit is contained in:
Artur Manuel 2025-02-25 20:53:51 +00:00
commit be97ef1692
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
25 changed files with 180 additions and 118 deletions

View file

@ -4,12 +4,13 @@
...
}: {
imports = [
./users
./users/amadaluzia
./hardware.nix
./disks.nix
./theme.nix
./apps.nix
./fonts.nix
./forgejo.nix
];
config = {
@ -23,14 +24,6 @@
nixpkgs.overlays = [
inputs.alqages.overlays.default
(
final: _prev: (
builtins.mapAttrs (_: v: final.callPackage v {}) {
amadaluzian-waybar = ./wrappers/waybar;
amadaluzian-foot = ./wrappers/foot;
}
)
)
];
console = {