mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 04:45:14 +08:00
feat: add more items for azalea
This commit is contained in:
parent
0214b41b13
commit
af37ea8f2d
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports =
|
||||
[ (import ./git.nix) ]
|
||||
++ [ (import ./fonts.nix) ]
|
||||
++ [ (import ./htop.nix) ]
|
||||
++ [ (import ./kitty.nix) ]
|
||||
++ [ (import ./nvim.nix) ]
|
||||
|
|
@ -9,6 +10,9 @@
|
|||
++ [ (import ./packages.nix) ]
|
||||
++ [ (import ./scripts/scripts.nix) ]
|
||||
++ [ (import ./ssh.nix) ]
|
||||
++ [ (import ./skhd.nix) ]
|
||||
++ [ (import ./sketchybar/default.nix) ]
|
||||
++ [ (import ./jankyborders.nix) ]
|
||||
++ [ (import ./zsh.nix) ]
|
||||
++ [ (import ./qutebrowser.nix) ]
|
||||
++ [ (import ./tmux.nix) ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue