Add more personal obsidian configs

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-23 19:07:59 +01:00
parent 2c1da71951
commit 01684dca93
17 changed files with 641 additions and 112 deletions

View File

@@ -1,32 +1,47 @@
{
inputs = {
nixpkgs = {
# --- Official
type = "github";
owner = "NixOS";
# owner = "karaolidis";
repo = "nixpkgs";
ref = "master";
# --- Fork
# type = "github";
# owner = "karaolidis";
# repo = "nixpkgs";
# ref = "integration";
# --- Local
# url = "git+file:./submodules/nixpkgs";
};
home-manager = {
type = "github";
# --- Official
# type = "github";
# owner = "nix-community"
# repo = "home-manager";
# --- Fork
type = "github";
owner = "karaolidis";
repo = "home-manager";
ref = "integration";
# --- Local
# url = "git+file:./submodules/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence = {
type = "github";
# --- Official
# type = "github";
# owner = "nix-community"
# repo = "impermanence";
# --- Fork
type = "github";
owner = "karaolidis";
repo = "impermanence";
ref = "integration";
# --- Local
# url = "git+file:./submodules/impermanence";
};