home: move around stuff
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
}@inputs:
|
||||
let
|
||||
username = "primary";
|
||||
homeDirectory = "/home/${username}";
|
||||
hostname = nixpkgs.lib.strings.removeSuffix "\n" (builtins.readFile /etc/hostname);
|
||||
|
||||
pkgs = import (
|
||||
@@ -71,7 +70,6 @@
|
||||
inherit
|
||||
inputs
|
||||
username
|
||||
homeDirectory
|
||||
;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user