html/css/js and emmet and stuff

This commit is contained in:
Schrottkatze 2023-12-08 11:49:22 +01:00
parent a183d81671
commit a534e50451
2 changed files with 15 additions and 5 deletions

View file

@ -9,7 +9,9 @@
};
};
};
home.packages = [pkgs.pueue];
home.packages = [
pkgs.pueue
];
programs.nushell = {
enable = true;
package = config.users.defaultUserShell;