Added logic to support both the laptop and desktop configurations for waybar

This commit is contained in:
pagedmov
2024-10-21 10:57:15 -04:00
parent e13e037e9a
commit 7f6bd833d4
4 changed files with 18 additions and 16 deletions

View File

@@ -83,11 +83,12 @@
mercury = nixpkgs.lib.nixosSystem {
specialArgs = {
host = "mercury";
inherit self inputs username;
inherit self inputs scheme wallpaper username;
};
modules = [
./hosts/laptop
stylix.nixosModules.stylix
nixvim.nixosModules.nixvim
nur.nixosModules.nur
];
};
@@ -99,6 +100,7 @@
};
modules = [
./hosts/installer
nixvim.nixosModules.nixvim
];
};
};