add dragon desktop computer, gitignore, and mini fixes

This commit is contained in:
Florian Schmitt 2023-12-20 22:28:06 +03:00
parent e7ca600305
commit 0727235af7
7 changed files with 139 additions and 3 deletions

View file

@ -83,6 +83,7 @@
extraConfig = {
pull.rebase = true;
init.defaultBranch = "main";
core.fileMode = false;
};
};

View file

@ -13,6 +13,6 @@
# TODO : find what is installing this, probably obsidian?
nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
"electron-25.9.0"
];
}
}