pinwheel: Extract module imports to modules/default.nix

This commit is contained in:
Alexander Heldt
2023-10-03 09:42:53 +02:00
parent 6d1053c891
commit 7216d66b89
2 changed files with 37 additions and 33 deletions

View File

@@ -0,0 +1,36 @@
{
imports = [
./light
./sound
./keyboard
./age
./ssh
./git
./zsh
./tmux
./vim
./emacs
./foot
./hyprland
./waybar
./swaylock
./dunst
./bemenu
./screenshot
./fzf
./syncthing
./firefox
./mullvad
./openvpn
./calibre
./go
./nix
./javascript
./spotify
./docker
./podman
./k8s
./work
];
}