This commit is contained in:
2024-09-16 10:05:34 -04:00
parent 554a4373f4
commit d0ad8b62ab
7 changed files with 175 additions and 24 deletions

View File

@@ -33,6 +33,8 @@
environment.systemPackages = with pkgs; [
hello
man-pages
man-pages-posix
];
environment.variables = {

View File

@@ -11,6 +11,7 @@
../../modules/home-manager/zoxide
../../modules/home-manager/irssi
../../modules/home-manager/email
../../modules/home-manager/zk
../../modules/home-manager/password-store
];
home.username = "mthomson";
@@ -19,7 +20,6 @@
home.sessionVariables = {
EDITOR = "nvim";
ZK_NOTEBOOK_DIR = "notes";
};
programs = {