Compare commits

..

No commits in common. "dcd58997c95f53317117922957c979318e2972aa" and "2faf280893ba803b27fe73c4c49eb6cc97e3c934" have entirely different histories.

6 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
```txt ```txt
`nix-shell -p git` `nix-shell -p git`
`nix flake new nixos --template git+https://github.com/Krsnik/impermanence#default --extra-experimental-features "nix-command flakes"` `nix flake new nixos --template git+https://git.krsnik.at/Kristian/impermanence-talk#default --extra-experimental-features "nix-command flakes"`
`cd nixos` `cd nixos`
`nix develop --extra-experimental-features "nix-command flakes"` `nix develop --extra-experimental-features "nix-command flakes"`
`[CHANGE SETTINGS]` `[CHANGE SETTINGS]`

View File

@ -0,0 +1 @@
,kristian,nixos,09.04.2024 09:22,file:///home/kristian/.config/libreoffice/4;

Binary file not shown.

Binary file not shown.

BIN
slides/slides.pptx Normal file

Binary file not shown.

View File

@ -33,7 +33,7 @@
}; };
}; };
services.getty.autoLoginUser = "demo"; services.getty.autoLogin = "demo";
console.keyMap = "de"; console.keyMap = "de";
time.timeZone = "Europe/Vienna"; time.timeZone = "Europe/Vienna";