mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
fix(home-manager): oracle
This commit is contained in:
parent
b591bb8bff
commit
d7a449a081
2 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue