refactor: ooknix -> ooknet
This commit is contained in:
parent
062ecb093c
commit
63c39a89ed
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
# ooknix
|
# ooknet
|
||||||
description = "a nix configuration written by an orangutan";
|
description = "a nix configuration written by an orangutan";
|
||||||
|
|
||||||
outputs = { flake-parts, nixpkgs, self, ... } @ inputs:
|
outputs = { flake-parts, nixpkgs, self, ... } @ inputs:
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
TZ = "Pacific/Auckland";
|
TZ = "Pacific/Auckland";
|
||||||
FLAKE = "$HOME/.config/ooknix";
|
FLAKE = "$HOME/.config/ooknet";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ in
|
||||||
{
|
{
|
||||||
config = mkIf (host.type != "phone") {
|
config = mkIf (host.type != "phone") {
|
||||||
# TODO: i dont't want to hardcode this.
|
# TODO: i dont't want to hardcode this.
|
||||||
environment.variables.FLAKE = "/home/ooks/.config/ooknix/";
|
environment.variables.FLAKE = "/home/ooks/.config/ooknet/";
|
||||||
|
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue