chore: update flake.lock and adjust program definitions

This commit is contained in:
uttarayan21
2025-10-27 18:09:56 +05:30
parent cf8314dbd0
commit 782b040ee6
7 changed files with 117 additions and 88 deletions

View File

@@ -24,6 +24,7 @@
./nix-index.nix
./nushell.nix
./omnix.nix
./retroarch.nix
./rustup.nix
./ryujinx.nix
./sops.nix
@@ -34,11 +35,11 @@
./television.nix
./tmux.nix
./tuifeed.nix
./uv.nix
./xh.nix
./yazi.nix
./yt-dlp.nix
./zoxide.nix
./retroarch.nix
# ./goread.nix
# ./helix.nix

3
home/programs/uv.nix Normal file
View File

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

View File

@@ -1,11 +1,5 @@
{
pkgs,
lib,
device,
...
}: {
programs.
yazi = {
{...}: {
programs. yazi = {
enable = true;
enableFishIntegration = true;
enableNushellIntegration = true;