Merge branch 'main' into thinkpad

This commit is contained in:
2024-04-23 20:19:17 -04:00
17 changed files with 229 additions and 145 deletions

View File

@@ -31,6 +31,11 @@
hello
];
environment.variables = {
EDITOR = "nvim";
ZK_NOTEBOOK_DIR = "~/notes";
};
services = {
skhd = {
enable = true;

View File

@@ -16,16 +16,40 @@
home.homeDirectory = "/Users/mthomson";
home.stateVersion = "23.11";
home.sessionVariables = {
EDITOR = "nvim";
ZK_NOTEBOOK_DIR = "notes";
};
programs = {
direnv = {
enable = true;
enableZshIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
};
home.packages = with pkgs; [
btop
spotify
spotify-player
neofetch
jq
fzf
ripgrep
tldr
cowsay
lazygit
k9s
tintin
nb
w3m
lua
kubectl
k9s
kubeseal
fluxcd
wireguard-tools
kompose
inetutils
];
programs.home-manager.enable = true;