This commit is contained in:
2024-05-17 09:55:36 -04:00
parent 74cf7f0b17
commit 0974d3eb4a
2 changed files with 20 additions and 94 deletions

View File

@@ -3,6 +3,8 @@
{
imports = [
../../modules/home-manager/i3
../../modules/home-manager/1password
../../modules/home-manager/git
../../modules/home-manager/neovim
../../modules/home-manager/wezterm
../../modules/home-manager/zsh
@@ -11,7 +13,6 @@
../../modules/home-manager/zoxide
../../modules/home-manager/eza
../../modules/home-manager/bat
../../modules/home-manager/irssi
];
home.username = "mthomson";
home.homeDirectory = "/home/mthomson";
@@ -33,8 +34,10 @@
ripgrep
jq
unzip
pavucontrol
pasystray
networkmanagerapplet
];
programs.home-manager.enable = true;
programs.git.enable = true;
}