cleaned up

This commit is contained in:
biscuit
2025-05-20 12:20:52 -05:00
parent a0572f8a95
commit 25d034d7dc
5 changed files with 23 additions and 23 deletions
+3 -2
View File
@@ -4,6 +4,7 @@
lib,
config,
pkgs,
username,
...
}: {
imports = [
@@ -14,8 +15,8 @@
programs.home-manager.enable = true;
home = {
username = "biscuit";
homeDirectory = "/home/biscuit";
username = "${username}";
homeDirectory = "/home/${username}";
packages = [];
sessionVariables = {};
};