nixos-config/users/rouven/modules/default.nix

22 lines
246 B
Nix
Raw Normal View History

2022-12-19 15:45:59 +01:00
{ config, pkgs, ... }:
{
2023-04-06 22:31:45 +02:00
imports = [
./accounts
./foot
./fzf
./git
./gpg
./hyprland
./neovim
./qutebrowser
./sops
./spotify
./ssh
./tmux
./vifm
./theme
./zsh
./packages.nix
];
2022-12-19 15:45:59 +01:00
}