pinwheel: Extract module imports to modules/default.nix
This commit is contained in:
36
hosts/pinwheel/modules/default.nix
Normal file
36
hosts/pinwheel/modules/default.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user