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,8 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./docker.nix
|
||||
./kanata.nix
|
||||
./podman.nix
|
||||
./password-store.nix
|
||||
];
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./avahi.nix
|
||||
./bluetooth.nix
|
||||
./gnupg.nix
|
||||
./openssh.nix
|
||||
./pipewire.nix
|
||||
./xbanish.nix
|
||||
./zram.nix
|
||||
];
|
||||
}
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./dconf.nix
|
||||
./dwm
|
||||
./fonts.nix
|
||||
./media
|
||||
./st.nix
|
||||
./thunar.nix
|
||||
];
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./gitea-actions-runner.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue