From f7be27cccc42f3491f978171a557d3c8db8fe82a Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 29 Feb 2024 22:11:06 +0530 Subject: update --- machines/x/home.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'machines/x/home.nix') diff --git a/machines/x/home.nix b/machines/x/home.nix index bddd06c..77769ea 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -1,6 +1,8 @@ { pkgs, ... }: -{ +let + tlauncher = (pkgs.callPackage ../../packages/tlauncher.nix {}); +in { nixpkgs.config.allowUnfree = true; home = { @@ -8,7 +10,7 @@ homeDirectory = "/home/compromyse"; }; - home.packages = with pkgs; [ + home.packages =with pkgs; [ wget tmux @@ -40,7 +42,7 @@ rubocop nodePackages.pyright git-lfs - ]; + ] ++ [ tlauncher ]; imports = (map (path: ../../config/${path}) [ # "themes.nix" -- cgit v1.2.3