remove obsidian

This commit is contained in:
John Bowdre 2024-12-03 21:54:55 -06:00
parent c7ef033256
commit 9f6e64cc29
3 changed files with 0 additions and 6 deletions

View file

@ -8,7 +8,6 @@
home.packages = with pkgs; [
gimp-with-plugins
lagrange
obsidian
qFlipper
remmina
];

View file

@ -8,10 +8,6 @@
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
# until Obsidian gets a newer version of Electron...
permittedInsecurePackages = [
"electron-25.9.0"
];
};
};

View file

@ -8,6 +8,5 @@
# packages
home.packages = with pkgs; [
obsidian
];
}