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=