Regenerated
This commit is contained in:
+4
-4
@@ -35,8 +35,8 @@
|
||||
system = "x86_64-linux";
|
||||
flakeRoot = self;
|
||||
buildUser = "henrov";
|
||||
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
|
||||
mutableConfigPath = "${repoPath}/generated/.config";
|
||||
flakeRoot = "/home/${buildUser}/Repos/nixos/Droidnix";
|
||||
mutableConfigPath = "${flakeRoot}/generated/.config";
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
traveldroid = nixpkgs.lib.nixosSystem {
|
||||
@@ -58,7 +58,7 @@
|
||||
hyprland
|
||||
zen-browser
|
||||
buildUser
|
||||
repoPath
|
||||
flakeRoot
|
||||
mutableConfigPath
|
||||
;
|
||||
};
|
||||
@@ -74,7 +74,7 @@
|
||||
hyprland
|
||||
zen-browser
|
||||
buildUser
|
||||
repoPath
|
||||
flakeRoot
|
||||
mutableConfigPath
|
||||
;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user