added home manager configurations to output

This commit is contained in:
Leyla Becker 2024-11-24 21:51:42 -06:00
parent 90f0c114b3
commit 3fdee879c7
9 changed files with 45 additions and 32 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
osConfig,
...
}: {
imports = [
./packages.nix
../../home-modules
@ -8,8 +12,8 @@
# Home Manager needs a bit of information about you and the paths it should
# manage.
home = {
username = "leyla";
# homeDirectory = osConfig.users.users.leyla.home;
username = osConfig.host.users.leyla.name;
homeDirectory = osConfig.users.users.leyla.home;
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release