working on meli, bunch of stuff

This commit is contained in:
nx2
2024-03-17 12:46:31 +01:00
parent 774e8f08ae
commit 23cc6752ab
21 changed files with 1066 additions and 162 deletions

View File

@@ -13,6 +13,7 @@
./system-modules/ollama.nix
./system-modules/hsmw.nix
./system-modules/health_reminder.nix
];
@@ -63,6 +64,7 @@
services.openssh.enable = false;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@@ -110,4 +112,4 @@
programs.bash.shellInit = ''
source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
'';
}
}