updates again
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
../../modules/home-manager/syncthing
|
||||
../../modules/home-manager/email
|
||||
../../modules/home-manager/password-store
|
||||
../../modules/home-manager/kubernetes.nix
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/home/mthomson";
|
||||
@@ -44,11 +45,6 @@
|
||||
pasystray
|
||||
networkmanagerapplet
|
||||
mangohud
|
||||
kubectl
|
||||
k9s
|
||||
kubeseal
|
||||
velero
|
||||
fluxcd
|
||||
zoom-us
|
||||
crawl
|
||||
obsidian
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.darwinModules.default
|
||||
../../modules/nix-darwin/system.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
@@ -53,6 +54,7 @@
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
users = {
|
||||
mthomson = import ./home.nix;
|
||||
};
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
../../modules/home-manager/kitty
|
||||
../../modules/home-manager/zsh
|
||||
../../modules/home-manager/tmux
|
||||
../../modules/home-manager/zoxide
|
||||
../../modules/home-manager/email
|
||||
../../modules/home-manager/password-store
|
||||
../../modules/home-manager/taskwarrior
|
||||
../../modules/home-manager/kubernetes.nix
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/Users/mthomson";
|
||||
@@ -37,35 +37,16 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
go = {
|
||||
jq = {
|
||||
enable = true;
|
||||
};
|
||||
lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
neofetch
|
||||
jq
|
||||
tldr
|
||||
cowsay
|
||||
lazygit
|
||||
k9s
|
||||
nb
|
||||
w3m
|
||||
kubectl
|
||||
k9s
|
||||
kubeseal
|
||||
velero
|
||||
fluxcd
|
||||
wireguard-tools
|
||||
kompose
|
||||
inetutils
|
||||
_1password-cli
|
||||
calcurse
|
||||
glow
|
||||
gcc
|
||||
nchat
|
||||
emanote
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user