feat: Added tailscale to stuff

This commit is contained in:
uttarayan21
2025-01-28 20:36:46 +05:30
parent 53f8e2998d
commit fd38f95f08
6 changed files with 88 additions and 16 deletions

View File

@@ -32,18 +32,20 @@ lib.attrsets.optionalAttrs device.hasGui {
asvetliakov.vscode-neovim
];
};
# ghostty = {
# enable = true;
# installBatSyntax = false;
# settings = {
# theme = "catppuccin-mocha";
# };
# package = pkgs.ghostty;
# };
ghostty = {
enable = true;
installBatSyntax = false;
settings = {
theme = "catppuccin-mocha";
};
package = pkgs.ghostty;
};
};
home.packages = with pkgs;
[]
++ lib.optionals pkgs.stdenv.isLinux [
ghostty
discord
(mpv-unwrapped.wrapper {mpv = mpv-unwrapped.override {sixelSupport = true;};})
abaddon
catppuccinThemes.gtk