mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
gotty on pureintent
This commit is contained in:
parent
28ad0d429d
commit
4e5798fb51
3 changed files with 15 additions and 12 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue