Refactor imports and remove default.nix files
All checks were successful
/ check (push) Successful in 1m14s
All checks were successful
/ check (push) Successful in 1m14s
This commit is contained in:
parent
060f94636b
commit
ddc74bda3e
10 changed files with 49 additions and 82 deletions
|
@ -1,9 +1,27 @@
|
|||
{
|
||||
imports = [
|
||||
./cli
|
||||
./core
|
||||
./desktop
|
||||
./homelab
|
||||
./cli/docker.nix
|
||||
./cli/kanata.nix
|
||||
./cli/podman.nix
|
||||
./cli/password-store.nix
|
||||
|
||||
./core/avahi.nix
|
||||
./core/bluetooth.nix
|
||||
./core/gnupg.nix
|
||||
./core/openssh.nix
|
||||
./core/pipewire.nix
|
||||
./core/xbanish.nix
|
||||
./core/zram.nix
|
||||
|
||||
./desktop/dconf.nix
|
||||
./desktop/dwm
|
||||
./desktop/fonts.nix
|
||||
./desktop/media
|
||||
./desktop/st.nix
|
||||
./desktop/thunar.nix
|
||||
|
||||
./homelab/gitea-actions-runner.nix
|
||||
|
||||
./nixpad
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue