nixos-config/users/rouven/modules/default.nix
2023-02-03 11:43:09 +01:00

21 lines
260 B
Nix

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