update
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/home-manager/git.nix
|
||||
../../modules/home-manager/stylix.nix
|
||||
../../modules/home-manager/nixcats
|
||||
../../modules/home-manager/zsh.nix
|
||||
../../modules/home-manager/tmux.nix
|
||||
@@ -12,6 +13,9 @@
|
||||
../../modules/home-manager/jq.nix
|
||||
../../modules/home-manager/lazygit.nix
|
||||
../../modules/home-manager/man.nix
|
||||
../../modules/home-manager/emacs
|
||||
../../modules/home-manager/syncthing.nix
|
||||
../../modules/home-manager/bitwarden.nix
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/home/mthomson";
|
||||
@@ -19,6 +23,8 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gcc
|
||||
openconnect
|
||||
wsl-vpnkit
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user