Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate ssh config in nix #2

Open
github-actions bot opened this issue Dec 7, 2024 · 0 comments
Open

Generate ssh config in nix #2

github-actions bot opened this issue Dec 7, 2024 · 0 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2024

# TODO: Generate ssh config in nix

{
  pkgs,
  ...
}:
{
  home.packages = with pkgs; [
    xgpro

    # TODO: Manage firefox profiles in nix
    firefox

    # TODO: Manange obsidian config in nix
    obsidian

    # TODO: Manange thunderbird config in nix
    thunderbird

    # TODO: Generate ssh config in nix
    openssh

    # TODO: Declarative barrier server in nix
    barrier

    vscode
    discord
    flameshot
    spotify
    feh
    mpv
    prismlauncher
    minikube
    qpwgraph
    ffmpeg
    cntr
    alsa-utils
    pwndbg
    patchelf
    whois
    burpsuite
    socat
    ripgrep
    libclang
    htop
    kubectl
    jq
    ghidra
    obs-studio
    gimp
    p7zip
    jetbrains.idea-ultimate
    baobab
  ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant