nixos-config/users/rouven/modules/default.nix
2023-01-20 22:12:45 +01:00

21 lines
284 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./accounts
./alacritty
./flameshot # TODO fix
./fzf
./git
./gpg
./hyprland
./kdeconnect #TODO fix
./neovim
./ssh
./tmux
./vifm
./zsh
./packages.nix
];
}