chore: update ?

This commit is contained in:
Xavier Morel
2026-03-06 16:55:55 +01:00
parent f785550f4e
commit df56cfb971
7 changed files with 93 additions and 53 deletions

View File

@@ -46,7 +46,7 @@
homeConfigurations = {
"yoru@arcueid" = mkHome "x86_64-linux" ./hosts/home/home.nix;
"xmorel@work-laptop" = mkHome "x86_64-linux" ./hosts/work/home.nix;
"xmorel@MacLaptop.local" = mkHome "aarch64-darwin" ./hosts/mac-laptop/home.nix;
# "xmorel@MacLaptop.local" = mkHome "aarch64-darwin" ./hosts/mac-laptop/home.nix;
};
homeManagerModules.default = import ./modules/home-manager;
nixosModules.default = import ./modules/nixos;