feat: add mime types, bg, i3 keybinds

This commit is contained in:
2025-06-15 23:32:19 -07:00
parent 0f914a5c5f
commit 704b76963f
4 changed files with 65 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
oh-my-posh = import ./omp.nix;
eza = import ./eza.nix;
};
xdg.mimeApps = import ./mime.nix;
home.packages = with pkgs; [
nodejs_22