mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +00:00
remove obsidian
This commit is contained in:
parent
c7ef033256
commit
9f6e64cc29
3 changed files with 0 additions and 6 deletions
|
@ -8,7 +8,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
lagrange
|
lagrange
|
||||||
obsidian
|
|
||||||
qFlipper
|
qFlipper
|
||||||
remmina
|
remmina
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowUnfreePredicate = (_: true);
|
allowUnfreePredicate = (_: true);
|
||||||
# until Obsidian gets a newer version of Electron...
|
|
||||||
permittedInsecurePackages = [
|
|
||||||
"electron-25.9.0"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,5 @@
|
||||||
|
|
||||||
# packages
|
# packages
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
obsidian
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue