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,20 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./bluetuith.nix
|
|
||||||
./bookmarkthis.nix
|
|
||||||
./dev-commit.nix
|
|
||||||
./direnv.nix
|
|
||||||
./fzf.nix
|
|
||||||
./git.nix
|
|
||||||
./node.nix
|
|
||||||
./notes.nix
|
|
||||||
./ranger.nix
|
|
||||||
./scripts
|
|
||||||
./starship.nix
|
|
||||||
./sxhkd.nix
|
|
||||||
./todos.nix
|
|
||||||
./tmux.nix
|
|
||||||
./tmux-sessionizer.nix
|
|
||||||
./zsh
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./neovim
|
|
||||||
./phpactor
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./gnupg.nix
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,8 +1,31 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./cli
|
./cli/bluetuith.nix
|
||||||
./coding
|
./cli/bookmarkthis.nix
|
||||||
./core
|
./cli/dev-commit.nix
|
||||||
./desktop
|
./cli/direnv.nix
|
||||||
|
./cli/fzf.nix
|
||||||
|
./cli/git.nix
|
||||||
|
./cli/node.nix
|
||||||
|
./cli/notes.nix
|
||||||
|
./cli/ranger.nix
|
||||||
|
./cli/scripts
|
||||||
|
./cli/starship.nix
|
||||||
|
./cli/sxhkd.nix
|
||||||
|
./cli/todos.nix
|
||||||
|
./cli/tmux.nix
|
||||||
|
./cli/tmux-sessionizer.nix
|
||||||
|
./cli/zsh
|
||||||
|
|
||||||
|
./coding/neovim
|
||||||
|
./coding/phpactor
|
||||||
|
|
||||||
|
./core/gnupg.nix
|
||||||
|
|
||||||
|
./desktop/browsers
|
||||||
|
./desktop/flameshot.nix
|
||||||
|
./desktop/gtk.nix
|
||||||
|
./desktop/media
|
||||||
|
./desktop/screenkey.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./browsers
|
|
||||||
./flameshot.nix
|
|
||||||
./gtk.nix
|
|
||||||
./media
|
|
||||||
./screenkey.nix
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -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 = [
|
imports = [
|
||||||
./cli
|
./cli/docker.nix
|
||||||
./core
|
./cli/kanata.nix
|
||||||
./desktop
|
./cli/podman.nix
|
||||||
./homelab
|
./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
|
./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