pkgs: Install Obsidian
This commit is contained in:
parent
ffeae239c3
commit
8f239b7599
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = ["python-2.7.18.8" "electron-25.9.0" "freeimage-unstable-2021-11-01"];
|
permittedInsecurePackages = ["python-2.7.18.8" "electron-25.9.0" "freeimage-unstable-2021-11-01" "obsidian-1.5.12"];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@ -23,6 +23,7 @@
|
|||||||
jetbrains.idea-community
|
jetbrains.idea-community
|
||||||
android-studio
|
android-studio
|
||||||
thunderbird
|
thunderbird
|
||||||
|
obsidian
|
||||||
|
|
||||||
# Coding stuff
|
# Coding stuff
|
||||||
gnumake
|
gnumake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user