This commit is contained in:
2025-10-23 14:54:35 -04:00
parent de4c7eff7c
commit dfd4b364fd
6 changed files with 53 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
../../modules/home-manager/emacs
../../modules/home-manager/syncthing.nix
../../modules/home-manager/bitwarden.nix
../../modules/home-manager/kitty.nix
];
home.username = "mthomson";
home.homeDirectory = "/home/mthomson";
@@ -25,6 +26,8 @@
gcc
openconnect
wsl-vpnkit
openshift
openssl
];
programs.home-manager.enable = true;