summaryrefslogtreecommitdiff
path: root/machines/x/home.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-29 22:11:06 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-02-29 22:11:06 +0530
commitf7be27cccc42f3491f978171a557d3c8db8fe82a (patch)
tree5a847e091249fd51e7c287b23342f2261df22639 /machines/x/home.nix
parent743478f373a66f7b050030948824d722d6b2cc67 (diff)
update
Diffstat (limited to 'machines/x/home.nix')
-rw-r--r--machines/x/home.nix8
1 files changed, 5 insertions, 3 deletions
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"