finalish slides

This commit is contained in:
Jade Lovelace 2023-09-09 09:57:06 +02:00
parent 6860a82c05
commit 74b771e62c
11 changed files with 102 additions and 20 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, config, ... }: {
programs.fish.enable = true;
fileSystems."/" = {
device = "/dev/sda1";
};
boot.loader.grub.enable = false;
system.stateVersion = "23.05";
}