From 4e5798fb5166df139e6854f2bf1058b91cd5545c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:57:56 -0400 Subject: [PATCH] gotty on pureintent --- configurations/home/srid@pureintent.nix | 13 ++++++++++++- configurations/nixos/pureintent/default.nix | 8 -------- flake.lock | 6 +++--- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/configurations/home/srid@pureintent.nix b/configurations/home/srid@pureintent.nix index ff05c21..95472c1 100644 --- a/configurations/home/srid@pureintent.nix +++ b/configurations/home/srid@pureintent.nix @@ -1,4 +1,4 @@ -{ flake, ... }: +{ flake, pkgs, lib, config, ... }: let inherit (flake) inputs; inherit (inputs) self; @@ -13,10 +13,21 @@ in "${homeMod}/all/starship.nix" "${homeMod}/all/bash.nix" "${homeMod}/all/terminal.nix" + "${homeMod}/all/gotty.nix" + "${homeMod}/all/juspay-vertex.nix" # "${homeMod}/all/1password.nix" (self + /modules/home/all/vira.nix) ]; home.username = "srid"; home.stateVersion = "25.05"; + + services.gotty = { + enable = true; + port = 9999; + command = "${lib.getExe config.programs.tmux.package} new-session -A -s gotty"; + write = true; + }; + + } diff --git a/configurations/nixos/pureintent/default.nix b/configurations/nixos/pureintent/default.nix index 47ea3a0..b91ab44 100644 --- a/configurations/nixos/pureintent/default.nix +++ b/configurations/nixos/pureintent/default.nix @@ -18,14 +18,6 @@ in home-manager.sharedModules = [ (self + /modules/home/all/dropbox.nix) (self + /modules/home/all/vira.nix) - { - services.gotty = { - enable = true; - port = 9999; - command = "${lib.getExe config.programs.tmux.package} new-session -A -s gotty"; - write = true; - }; - } ]; # Cache key: cache.srid.ca:EGydqsWFaTZeW6vsXnOHclTXrmJ58gq/bkVYhRpuzQ8= diff --git a/flake.lock b/flake.lock index 11eb409..8042359 100644 --- a/flake.lock +++ b/flake.lock @@ -486,11 +486,11 @@ }, "landrun-nix": { "locked": { - "lastModified": 1760401824, - "narHash": "sha256-9z10KGbDWO7fP9enu7i2BrvCkOW0gZKO4eZeXk9HoEs=", + "lastModified": 1760644564, + "narHash": "sha256-WnefbpaXNRWMssQjLopqZ0C/m90HcRuYTb+WpWDn+3k=", "owner": "srid", "repo": "landrun-nix", - "rev": "879d3d219588404634e3444d95d442ef6da1d9a8", + "rev": "fe84577ec9d9a8a2a49fdc940d36fc31f1c099b6", "type": "github" }, "original": {