diff --git a/flake.nix b/flake.nix index 760c2fd..a422e81 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - # ooknix + # ooknet description = "a nix configuration written by an orangutan"; outputs = { flake-parts, nixpkgs, self, ... } @ inputs: diff --git a/home/user/ooks/ooksphone/default.nix b/home/user/ooks/ooksphone/default.nix index a603ce3..b74245b 100644 --- a/home/user/ooks/ooksphone/default.nix +++ b/home/user/ooks/ooksphone/default.nix @@ -54,7 +54,7 @@ home.sessionVariables = { TZ = "Pacific/Auckland"; - FLAKE = "$HOME/.config/ooknix"; + FLAKE = "$HOME/.config/ooknet"; }; home.stateVersion = "23.11"; diff --git a/sys/modules/base/nix/nh.nix b/sys/modules/base/nix/nh.nix index 5094bf0..e1d521a 100644 --- a/sys/modules/base/nix/nh.nix +++ b/sys/modules/base/nix/nh.nix @@ -8,7 +8,7 @@ in { config = mkIf (host.type != "phone") { # TODO: i dont't want to hardcode this. - environment.variables.FLAKE = "/home/ooks/.config/ooknix/"; + environment.variables.FLAKE = "/home/ooks/.config/ooknet/"; programs.nh = { enable = true;