Add initial support for 'bomberman', my Oracle VM

This commit is contained in:
Jimbo 2024-10-20 04:25:07 -04:00
parent b0b291dd04
commit 9046a92e89
5 changed files with 107 additions and 2 deletions

View file

@ -0,0 +1,18 @@
{ ... }:
{
imports = [
# Programs and apps
../../../modules/home
../../../modules/home/users
../../../modules/home/programs/misc/headless
../../../modules/home/programs/terminal/fastfetch
../../../modules/home/programs/terminal/git
../../../modules/home/programs/terminal/neovim
../../../modules/home/programs/terminal/ranger
../../../modules/home/programs/terminal/tmux
../../../modules/home/utils/zsh
# Misc
../../../variables/look/colors/purple
];
}