Update hm-config.nix

This commit is contained in:
ediblerope 2025-12-04 11:46:49 +00:00 committed by GitHub
parent 36c7bbb013
commit 618d35149c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,12 +4,6 @@
{
imports = [
<home-manager/nixos>
./flake.nix
];
home-manager.users.fred = { pkgs, ... }: {
imports = [
./settings/home.nix # We will create this file next
];
};
}