dont forget to import home manager

This commit is contained in:
Osman Faruk Bayram 2025-04-24 22:06:06 +03:00
parent cad918d014
commit 68fe79641b

View file

@ -1,8 +1,12 @@
{
config,
pkgs,
inputs,
...
}: {
imports = [
inputs.home-manager.nixosModules.home-manager
];
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.osbm = import ../home/home.nix {