Move kagamiPC to xanmod

This commit is contained in:
Natsu Kagami 2024-03-08 04:29:42 +01:00
parent ed5245630f
commit 9319833752
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 5 additions and 1 deletions

View file

@ -137,7 +137,7 @@
};
# Home configuration
nixosConfigurations."nki-home" = nixpkgs.lib.nixosSystem rec {
nixosConfigurations."kagamiPC" = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
modules = [
(common-nixos nixpkgs)