try wrapping obsidian
This commit is contained in:
parent
90b532a4c8
commit
ebac4259e5
3 changed files with 190 additions and 7 deletions
|
|
@ -5,6 +5,10 @@
|
|||
./hardware-configuration.nix
|
||||
../cos.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.nix-bwrapper.overlays.default
|
||||
];
|
||||
|
||||
cos.username = "clhickey";
|
||||
cos.hostName = "clhickey-nixos";
|
||||
|
|
@ -212,6 +216,16 @@
|
|||
kicad
|
||||
orca-slicer
|
||||
android-tools
|
||||
obsidian
|
||||
#(pkgs.mkBwrapper {
|
||||
# app = {
|
||||
# package = pkgs.obsidian;
|
||||
# runScript = "obsidian";
|
||||
# };
|
||||
# mounts.readWrite = [
|
||||
# "$HOME/git/Journal"
|
||||
# ];
|
||||
#})
|
||||
];
|
||||
sessionVariables = {
|
||||
EDITOR = "${inputs.cnvim.packages.x86_64-linux.default}/bin/nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue