nixos-config/users/rouven/modules/default.nix
2023-02-11 12:58:28 +01:00

21 lines
255 B
Nix

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