🚧 Work on fixing booting issues and various other things

This commit is contained in:
Jo 2025-04-25 16:49:34 +02:00
parent dc87b2c186
commit cd32ad1c61
9 changed files with 95 additions and 52 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}: {
home.packages = with pkgs; [
vscodium
cmatrix
];
home.stateVersion = "25.05";
}