feat: Added television
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
nil
|
nil
|
||||||
sleek
|
sleek
|
||||||
];
|
];
|
||||||
programs.television.enable = true;
|
|
||||||
programs.zed-editor = {
|
programs.zed-editor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = [
|
extensions = [
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
./fzf.nix
|
./fzf.nix
|
||||||
./gh.nix
|
./gh.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./gitea.nix
|
||||||
./mpd.nix
|
./mpd.nix
|
||||||
./ncpamixer.nix
|
./ncpamixer.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
@@ -34,6 +35,7 @@
|
|||||||
./yazi.nix
|
./yazi.nix
|
||||||
./yt-dlp.nix
|
./yt-dlp.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
|
./television.nix
|
||||||
|
|
||||||
# ./goread.nix
|
# ./goread.nix
|
||||||
# ./helix.nix
|
# ./helix.nix
|
||||||
|
|||||||
3
home/programs/television.nix
Normal file
3
home/programs/television.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{...}: {
|
||||||
|
programs.television.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user