added obsidian

This commit is contained in:
Steven Carpenter 2024-04-14 04:34:17 -04:00
parent a6c6e00011
commit 4ef7c58661
3 changed files with 722 additions and 2 deletions

View file

@ -7,6 +7,13 @@
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix.url = "github:Mic92/sops-nix";
xremap.url = "github:xremap/nix-flake";
hyprland.url = "github:hyprwm/Hyprland";
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... }@inputs: {