restructure and further configure sway

This commit is contained in:
Astreaprtcl 2025-12-21 00:44:47 +01:00
parent f9138672e8
commit 8f5c2ff8f6
25 changed files with 476 additions and 256 deletions

View file

@ -1,8 +1,11 @@
{ ... }:
{ pkgs, ... }:
{
programs.nix-index = {
enable = true;
enableFishIntegration = true;
programs = {
nix-index = {
enable = true;
enableFishIntegration = true;
};
nix-search-tv.enable = true;
};
}