➖ (home+silicium) remove obsidian
This commit is contained in:
parent
941b9ee026
commit
f35e5bc0a6
|
@ -24,7 +24,6 @@
|
||||||
jmtpfs # for Android MTP
|
jmtpfs # for Android MTP
|
||||||
keepassxc # password manager
|
keepassxc # password manager
|
||||||
nil # nix language server
|
nil # nix language server
|
||||||
obsidian # second brain journalling
|
|
||||||
pamixer # volume mixer cli
|
pamixer # volume mixer cli
|
||||||
pavucontrol # volume mixer
|
pavucontrol # volume mixer
|
||||||
playerctl # media keys
|
playerctl # media keys
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
# list of allowed unfree packages
|
# list of allowed unfree packages
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
"obsidian"
|
|
||||||
"vscode"
|
"vscode"
|
||||||
"vscode-extension-github-copilot"
|
"vscode-extension-github-copilot"
|
||||||
"vscode-extension-github-copilot-chat"
|
"vscode-extension-github-copilot-chat"
|
||||||
|
|
Loading…
Reference in a new issue