nixos-config/users/rouven/modules/default.nix
2023-04-21 20:03:23 +02:00

21 lines
236 B
Nix

{ config, pkgs, ... }:
{
imports = [
./accounts
./foot
./fzf
./git
./gpg
./hyprland
./neovim
./qutebrowser
./sops
./spotify
./ssh
./tmux
./vifm
./theme
./packages.nix
];
}