We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15937c commit 5f26e65Copy full SHA for 5f26e65
hosts/io/default.nix
@@ -28,7 +28,7 @@
28
};
29
30
# nh default flake
31
- environment.variables.FLAKE = "/home/mihai/Documents/code/dotfiles";
+ environment.variables.NH_FLAKE = "/home/mihai/Documents/code/dotfiles";
32
33
hardware = {
34
# xpadneo.enable = true;
hosts/wsl/default.nix
@@ -3,7 +3,7 @@
3
inputs.nixos-wsl.nixosModules.default
4
];
5
6
7
8
wsl = {
9
enable = true;
0 commit comments