2023-05-17 17:10:18 +01:00
|
|
|
{pkgs, ...}: {
|
2023-04-25 14:43:08 +01:00
|
|
|
imports = [
|
2023-05-19 14:52:20 +01:00
|
|
|
./common.nix
|
2023-05-15 11:12:17 +01:00
|
|
|
./env
|
|
|
|
./gui
|
|
|
|
./tui
|
|
|
|
./git/personal.nix
|
|
|
|
./ssh/personal.nix
|
2023-04-28 17:01:53 +01:00
|
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
2023-04-29 18:00:26 +01:00
|
|
|
discord
|
|
|
|
element-desktop
|
2023-05-24 08:21:51 +01:00
|
|
|
qbittorrent
|
2023-04-25 14:43:08 +01:00
|
|
|
];
|
|
|
|
}
|