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
|
2023-05-31 16:44:03 +01:00
|
|
|
./gui/vscode.nix
|
2023-05-15 11:12:17 +01:00
|
|
|
./tui
|
|
|
|
./git/work.nix
|
|
|
|
./ssh/work.nix
|
2023-04-28 17:01:53 +01:00
|
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
nomachine-client
|
|
|
|
teams
|
|
|
|
zoom-us
|
2023-04-25 14:43:08 +01:00
|
|
|
];
|
|
|
|
}
|