fix(home-manager): oracle

This commit is contained in:
Léana 江 2024-01-15 22:03:51 +01:00 committed by Léana 江
parent b591bb8bff
commit d7a449a081
2 changed files with 12 additions and 3 deletions

View file

@ -1,6 +1,10 @@
{pkgs, ...}: {
imports = [../common];
home = {
username = "ubuntu";
homeDirectory = "/home/ubuntu";
};
home.packages = with pkgs; [
nodePackages.bash-language-server # Bash
nodePackages.vim-language-server # Vim Script