nh update FLAKE env var (#8)
This commit is contained in:
parent
3a0b6081c7
commit
ed40157986
4 changed files with 8 additions and 2 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
GOPATH = "$HOME/.go";
|
GOPATH = "$HOME/.go";
|
||||||
FLAKE = config.conf.nixosConfigPath;
|
FLAKE = config.conf.nixosConfigPath;
|
||||||
|
NH_FLAKE = config.conf.nixosConfigPath;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -193,13 +193,13 @@ E.g. stable/hosts/yourserver and unstable/hosts/yourdesktop
|
||||||
|
|
||||||
You can find a custom ISO on my NextCloud server: [Link](https://cloud.dashie.org/s/z7G3zS9SXeEt2ERD).
|
You can find a custom ISO on my NextCloud server: [Link](https://cloud.dashie.org/s/z7G3zS9SXeEt2ERD).
|
||||||
With this, you will receive the example config in /iso/example alongside the gnome desktop environment,
|
With this, you will receive the example config in /iso/example alongside the gnome desktop environment,
|
||||||
as well as a few tools like gnome-disks, neovim, vscodium, a browser etc.
|
as well as a few tools like gnome-disks, Neovim, Vscodium, a browser etc.
|
||||||
|
|
||||||
Alternatively, you can use whatever NixOS installer and just install your config from there, just make sure to set the drive configuration before.
|
Alternatively, you can use whatever NixOS installer and just install your config from there, just make sure to set the drive configuration before.
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
First, copy the readonly config from /iso/example-config to a location of your choice.
|
First, copy the read-only config from /iso/example-config to a location of your choice.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cp /iso/example-config ~/config -r
|
cp /iso/example-config ~/config -r
|
||||||
|
|
|
||||||
4
ltex.dictionary.en-US.txt
Normal file
4
ltex.dictionary.en-US.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
DashNix
|
||||||
|
HomeManger
|
||||||
|
Neovim
|
||||||
|
Vscodium
|
||||||
1
ltex.hiddenFalsePositives.en-US.txt
Normal file
1
ltex.hiddenFalsePositives.en-US.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QYou can find a custom ISO on my NextCloud server: Link.\\E$"}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue