mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 04:45:14 +08:00
feat: adds default.azalea.nix
This commit is contained in:
parent
436e095f1e
commit
db35ebd33f
1 changed files with 15 additions and 0 deletions
15
modules/home/default.azalea.nix
Normal file
15
modules/home/default.azalea.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports =
|
||||
[ (import ./git.nix) ]
|
||||
++ [ (import ./htop.nix) ]
|
||||
++ [ (import ./kitty.nix) ]
|
||||
++ [ (import ./nvim.nix) ]
|
||||
++ [ (import ./zathura.nix) ]
|
||||
++ [ (import ./packages.nix) ]
|
||||
++ [ (import ./scripts/scripts.nix) ]
|
||||
++ [ (import ./ssh.nix) ]
|
||||
++ [ (import ./zsh.nix) ]
|
||||
++ [ (import ./qutebrowser.nix) ]
|
||||
++ [ (import ./tmux.nix) ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue