Add more personal obsidian configs
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
21
flake.nix
21
flake.nix
@@ -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";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user