ref(home-manager): oracle

This commit is contained in:
Léana 江 2024-01-15 21:30:01 +01:00 committed by Léana 江
parent 266933fd1a
commit 66dc585a10
2 changed files with 7 additions and 92 deletions

View file

@ -1,35 +1,12 @@
{
pkgs,
unstable,
...
}: {
programs.home-manager.enable = true;
imports = [./dev.nix];
home = {
username = "ubuntu";
homeDirectory = "/home/ubuntu";
stateVersion = "23.11";
};
{pkgs, ...}: {
imports = [../common];
home.packages = with pkgs; [
# shell and script dependencies
fish
figlet
gnused
starship
stow
ripgrep
fd
fzf
vivid
gcc
nodePackages.bash-language-server # Bash
nodePackages.vim-language-server # Vim Script
lua-language-server # Lua
# utils
btop
tree
rsync
tldr
nil
alejandra
];
}