aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2021-08-15 15:15:16 -0700
committerGitHub <noreply@github.com>2021-08-15 15:15:16 -0700
commita12a01c1bc7d6d3943c8c392ce9af51ca78b7df2 (patch)
treeab46467116117bc7588ddd7a49294835379176f9
parentMerge pull request #247 from jamesob/jamesob-21-03-pass-trouble (diff)
parentUpdate nixos LiveCD example (diff)
downloadYubiKey-Guide-a12a01c1bc7d6d3943c8c392ce9af51ca78b7df2.tar.gz
Merge pull request #268 from reissmann/patch-1
Update nixos LiveCD example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09b508d..d3fcde1 100644
--- a/README.md
+++ b/README.md
@@ -264,7 +264,7 @@ Generate a NixOS LiveCD image with the given config:
let
config = { pkgs, ... }:
with pkgs; {
- imports = [ <nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix> ];
+ imports = [ <nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix> ];
boot.kernelPackages = linuxPackages_latest;