gotty on pureintent

This commit is contained in:
Sridhar Ratnakumar 2025-10-16 15:57:56 -04:00
parent 28ad0d429d
commit 4e5798fb51
3 changed files with 15 additions and 12 deletions

View file

@ -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;
};
}

View file

@ -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=

6
flake.lock generated
View file

@ -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": {