feat: Added television

This commit is contained in:
uttarayan21
2025-08-13 23:01:36 +03:00
parent aaa603c46e
commit f1bff496b8
3 changed files with 5 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
nil
sleek
];
programs.television.enable = true;
programs.zed-editor = {
enable = true;
extensions = [

View File

@@ -17,6 +17,7 @@
./fzf.nix
./gh.nix
./git.nix
./gitea.nix
./mpd.nix
./ncpamixer.nix
./nh.nix
@@ -34,6 +35,7 @@
./yazi.nix
./yt-dlp.nix
./zoxide.nix
./television.nix
# ./goread.nix
# ./helix.nix

View File

@@ -0,0 +1,3 @@
{...}: {
programs.television.enable = true;
}