Add nixpad configuration

This commit is contained in:
Frankie B 2023-04-26 02:16:53 +01:00
commit 352c185687
4 changed files with 209 additions and 0 deletions

View file

@ -82,6 +82,14 @@
./homes/floppydisk
];
};
"floppydisk@nixpad" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
extraSpecialArgs = {inherit inputs outputs;};
modules = [
# > Our main home-manager configuration file <
./homes/floppydisk
];
};
};
};
}