feat(wrappers): start wrapping configs

thanks to @fdncred for the ls function with nushell
This commit is contained in:
Artur Manuel 2025-01-31 21:38:32 +00:00
commit c4a290ae63
13 changed files with 136 additions and 26 deletions

View file

@ -24,6 +24,10 @@
enable = true;
wallpaper = inputs.wallpkgs.wallpapers.nord-03.path;
};
waybar = {
enable = true;
package = pkgs.amadaluzian-waybar;
};
libvirt.enable = true;
direnv.enable = true;
git.enable = true;