basic changes
This commit is contained in:
2026-07-21 12:18:17 -07:00
parent 9d147a0918
commit 77dc9db13f
4 changed files with 24 additions and 3 deletions
+7
View File
@@ -54,6 +54,13 @@ in
allowUnfree = true;
};
};
# --- xdg ---
xdg.mimeApps = {
enable = true;
defaultApplications = {
"inode/directory" = [ "kitty-open.desktop" ];
};
};
home.packages = with pkgs; [
# --- General utils ---