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

21 lines
221 B
Nix
Raw Normal View History

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