cleaned up
This commit is contained in:
@@ -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 = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user