Compare commits
No commits in common. "a7fe95aaba3fb8a6f22c738cc1c7c065d0752e0e" and "4af0755097c1c912f88d1c2c5b84eedad0d91988" have entirely different histories.
a7fe95aaba
...
4af0755097
2 changed files with 3 additions and 13 deletions
|
@ -234,11 +234,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725298871,
|
"lastModified": 1724664098,
|
||||||
"narHash": "sha256-+3GjkgCQ41dPiTc8egAs1vznQsj4w1+xE7RrDyXohLM=",
|
"narHash": "sha256-4SgV4jCoN5RffR1Mtn3HI1cjgHmARh+rZrpVlBclj9U=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NixOS-WSL",
|
"repo": "NixOS-WSL",
|
||||||
"rev": "e3328f01dcb99241ac5ae69d9ace84512acca340",
|
"rev": "345dfa06658a37873ca18aa205f409e4aaf1caa6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
10
flake.nix
10
flake.nix
|
@ -132,12 +132,6 @@
|
||||||
Alternatively, use:
|
Alternatively, use:
|
||||||
- nix build -L .#packages.x86_64-linux.build_isoimage-pc
|
- nix build -L .#packages.x86_64-linux.build_isoimage-pc
|
||||||
- nix build -L .#build_isoimage-pc
|
- nix build -L .#build_isoimage-pc
|
||||||
|
|
||||||
How to use config in an install:
|
|
||||||
Mount partitions.
|
|
||||||
$ sudo nixos-install -v --root /mnt --flake "git+https://git.n2.pm/whovian/nixos_config#CONFIG_NAME"
|
|
||||||
Example for nixosConfigurations.my_nixos_vm:
|
|
||||||
$ sudo nixos-install -v --root /mnt --flake "git+https://git.n2.pm/whovian/nixos_config#my_nixos_vm"
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
@ -284,10 +278,6 @@
|
||||||
ohMyZsh = {
|
ohMyZsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "bira";
|
theme = "bira";
|
||||||
plugins = [
|
|
||||||
"git"
|
|
||||||
"sudo"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue