beep boop

This commit is contained in:
zastian@mrthoddata.com
2025-08-05 16:18:13 +01:00
parent 00a79a16fc
commit 4418e3bb2b
5 changed files with 94 additions and 197 deletions

View File

@@ -47,7 +47,7 @@
in
{
nixosConfigurations = {
laptop = nixpkgs.lib.nixosSystem {
mrfluffyLaptop = nixpkgs.lib.nixosSystem {
specialArgs = {
systemName = "laptop";
inherit inputs window_manager;
@@ -57,7 +57,7 @@
inputs.home-manager.nixosModules.default
];
};
pc = nixpkgs.lib.nixosSystem {
mrfluffyPC = nixpkgs.lib.nixosSystem {
specialArgs = {
systemName = "pc";
inherit inputs window_manager;