1
0

configuration(darwin): update hm import

This commit is contained in:
Antoine Langlois 2024-02-28 19:35:18 +01:00
parent 4a0953f158
commit a0ea2e57ba
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4

View File

@ -10,7 +10,7 @@
# Shared home-manager configuration between systems
../../shared/hm.nix
] ++ (import ../../../modules/home-manager { });
] ++ (import ../../../modules/home-manager);
home.packages = with pkgs; [
];