Unnecessary fiddling

This commit is contained in:
2022-07-15 00:50:28 +01:00
parent c7c3cef173
commit 701e44a598
2 changed files with 18 additions and 13 deletions

View File

@@ -59,6 +59,8 @@
spotify-qt
xclip
];
defaultUser = "daniel";
in {
imports =
[
@@ -72,8 +74,8 @@ in {
];
home = {
username = "daniel";
homeDirectory = "/home/daniel";
username = defaultUser;
homeDirectory = "/home/${defaultUser}";
sessionPath = [
"$HOME/go/bin"
];