readme update
This commit is contained in:
parent
7817196220
commit
ecba9ea0e7
10
README.md
10
README.md
@ -8,6 +8,10 @@
|
||||
|
||||
#### QEMU VM
|
||||
|
||||
> [!IMPORTANT]
|
||||
> The default user is admin and password admin1234.
|
||||
> Don't forget to change the password.
|
||||
|
||||
- You can build simple qemu vm using nixos generators package in this configuration using `nix run git+https://gitea.homework.zip/shinya/Windows-Theme-Flake`
|
||||
|
||||
#### Live ISO
|
||||
@ -63,7 +67,7 @@ Add the NixOS module to your system configuration:
|
||||
{ inputs, windows-theme ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixp-module.nixosModules.default
|
||||
inputs.windows-theme.nixosModules.default
|
||||
];
|
||||
|
||||
# Don't forget to add home-manager module to your configuration
|
||||
@ -90,7 +94,7 @@ Add the Home Manager module to your user configuration:
|
||||
{ inputs, windows-theme ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixp-module.homeModules.default
|
||||
inputs.windows-theme.homeModules.default
|
||||
];
|
||||
|
||||
nixp.mate = {
|
||||
@ -121,7 +125,7 @@ Add the Home Manager module to your user configuration:
|
||||
You can install individual packages without using the full module:
|
||||
|
||||
```nix
|
||||
environment.systemPackages = with inputs.nixp-module.packages.${system}; [
|
||||
environment.systemPackages = with inputs.windows-theme.packages.${system}; [
|
||||
windows-xp-theme
|
||||
windows-xp-icons
|
||||
windows-xp-cursor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user