From 1b95597c921f7a94e0e7b08871d51f941076c319 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sun, 8 Mar 2026 20:12:44 +0000 Subject: Initial commit --- hosts/mentat/home.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hosts/mentat/home.nix (limited to 'hosts/mentat/home.nix') diff --git a/hosts/mentat/home.nix b/hosts/mentat/home.nix new file mode 100644 index 0000000..3351cbe --- /dev/null +++ b/hosts/mentat/home.nix @@ -0,0 +1,21 @@ +{ config +, pkgs +, unstablePkgs +, unfreePkgs +, unstableUnfreePkgs +, userOptions +, ... +}: +{ + imports = [ + ../../modules/base.nix + ]; + + home.sessionPath = [ + "${userOptions.userHome}/Library/Application Support/Coursier/bin" + ]; + + home.packages = [ + pkgs.stats + ]; +} -- cgit v1.2.3