openscad & kitty

enable nvim openscad and switch to kitty
This commit is contained in:
2026-03-28 13:55:32 +01:00
parent 234e6c0813
commit 090fb01c0a
13 changed files with 182 additions and 45 deletions

View File

@@ -71,7 +71,6 @@ in
defaultSession = "river";
};
libinput.enable = true; # Enable touchpad.
printing.enable = true;
};
programs = {
@@ -184,5 +183,5 @@ in
allowUnfree = true;
permittedInsecurePackages = [ "electron-32.3.3" ];
};
system.stateVersion = "23.11";
system.stateVersion = "26.05";
}