Add initial support for 'bomberman', my Oracle VM
This commit is contained in:
parent
b0b291dd04
commit
9046a92e89
5 changed files with 107 additions and 2 deletions
18
hosts/bomberman/home/default.nix
Normal file
18
hosts/bomberman/home/default.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue