update
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
inputs.home-manager.nixosModules.default
|
||||
../../modules/nixos/user.nix
|
||||
../../modules/nixos/postgres.nix
|
||||
../../modules/nixos/podman.nix
|
||||
];
|
||||
|
||||
wsl = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user