This commit is contained in:
2024-04-18 12:35:36 -04:00
parent 1de852f23c
commit 99cad3df1e
15 changed files with 212 additions and 142 deletions

View File

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

View File

@@ -11,11 +11,17 @@
../../modules/home-manager/eza
../../modules/home-manager/bat
../../modules/home-manager/irssi
../../modules/home-manager/email
];
home.username = "mthomson";
home.homeDirectory = "/Users/mthomson";
home.stateVersion = "23.11";
home.sessionVariables = {
EDITOR = "nvim";
ZK_NOTEBOOK_DIR = "notes";
};
home.packages = with pkgs; [
btop
spotify
@@ -26,6 +32,11 @@
ripgrep
tldr
cowsay
lazygit
k9s
tintin
nb
w3m
];
programs.home-manager.enable = true;