Compare commits

...

3 Commits

Author SHA1 Message Date
dcd58997c9
updated 2024-04-09 14:08:35 +02:00
084017d0ef
updated 2024-04-09 14:01:52 +02:00
6494aaf123
fix 2024-04-09 13:54:03 +02:00
6 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
```txt ```txt
`nix-shell -p git` `nix-shell -p git`
`nix flake new nixos --template git+https://git.krsnik.at/Kristian/impermanence-talk#default --extra-experimental-features "nix-command flakes"` `nix flake new nixos --template git+https://github.com/Krsnik/impermanence#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

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

BIN
slides/slides.odp Normal file

Binary file not shown.

BIN
slides/slides.pdf Normal file

Binary file not shown.

Binary file not shown.

View File

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