flake: Restructure home/

This commit is contained in:
Alexander Kobjolke 2024-02-04 07:54:33 +01:00
parent 07268b2730
commit 9389d2661a
5 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [ ../cli.nix ];
imports = [ ./cli.nix ];
home = {
homeDirectory = "/home/alex";