rename files to specific program names

move editor module to vscode program
update work settings
This commit is contained in:
Tristan 2024-02-12 14:30:43 +00:00
parent d2131bdde2
commit 2c86143857
8 changed files with 62 additions and 70 deletions

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
pcmanfm
];
xdg.mimeApps.defaultApplications = {
"inode/directory" = "pcmanfm.desktop";
};
}