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

18 lines
179 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 = [
2024-02-26 19:14:36 +01:00
./aerc
2023-04-06 22:31:45 +02:00
./foot
./git
./gpg
2023-04-22 14:15:53 +02:00
./helix
2023-06-26 23:04:01 +02:00
./wayland
2023-05-26 14:50:29 +02:00
./mpv
./qutebrowser
2023-04-06 22:31:45 +02:00
./ssh
./theme
2023-11-25 23:25:38 +01:00
./tex
2023-04-06 22:31:45 +02:00
./packages.nix
];
2022-12-19 15:45:59 +01:00
}