working on meli, bunch of stuff
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user