mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds violet-specific config
This commit is contained in:
parent
f01d71d562
commit
256e60911c
1 changed files with 10 additions and 0 deletions
10
modules/home/default.violet.nix
Normal file
10
modules/home/default.violet.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ...}: {
|
||||
imports =
|
||||
[(import ./bat.nix)] # better cat command
|
||||
++ [(import ./git.nix)] # version control
|
||||
++ [(import ./nvim.nix)] # neovim editor
|
||||
++ [(import ./packages.nix)] # other packages
|
||||
++ [(import ./scripts/scripts.nix)] # personal scripts
|
||||
++ [(import ./zsh.nix)] # shell
|
||||
++ [(import ./tmux.nix)]; # terminal multiplexer
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue