moved config around

- moved fuzzel config to the nix file rather than editing it in a
specific file
- added fzf zsh support
This commit is contained in:
chloe 2025-07-02 22:48:03 +02:00
parent 48c2b6f207
commit 4908e6cf52
3 changed files with 33 additions and 4 deletions

View file

@ -12,8 +12,9 @@
{
imports = [
# Include the results of the hardware scan.
../../shared/client/niri.nix
./hardware-configuration.nix
../../shared/client/niri.nix
../../shared
./software
];