Files
nixos-configs/hosts/pinwheel/modules/default.nix
2023-10-03 09:42:53 +02:00

37 lines
411 B
Nix

{
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
];
}