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:
parent
6d555ec898
commit
be97ef1692
25 changed files with 180 additions and 118 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue