Unnecessary fiddling
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user