fix(repo): repair stuff broken by alqages
This commit is contained in:
parent
c8369fc81c
commit
33583e6200
9 changed files with 73 additions and 72 deletions
|
@ -1,7 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./users
|
||||
./wrappers
|
||||
./hardware.nix
|
||||
./disks.nix
|
||||
./theme.nix
|
||||
|
@ -18,6 +21,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.alqages.overlays.default
|
||||
(
|
||||
final: _prev: (
|
||||
builtins.mapAttrs (_: v: final.callPackage v {}) {
|
||||
amadaluzian-waybar = ./wrappers/waybar;
|
||||
amadaluzian-foot = ./wrappers/foot;
|
||||
}
|
||||
)
|
||||
)
|
||||
];
|
||||
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "us";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue