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

17 lines
163 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
2023-04-06 22:31:45 +02:00
./ssh
./theme
2024-06-22 16:28:09 +02:00
# ./tex
2023-04-06 22:31:45 +02:00
./packages.nix
];
2022-12-19 15:45:59 +01:00
}