mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
feat: obsidian
This commit is contained in:
@@ -128,6 +128,10 @@ in {
|
|||||||
"${cloud-dir}/syncthing/common".devices = ["kabsa" "manakish"];
|
"${cloud-dir}/syncthing/common".devices = ["kabsa" "manakish"];
|
||||||
"${cloud-dir}/syncthing/library".devices = ["kabsa" "manakish" "heym"];
|
"${cloud-dir}/syncthing/library".devices = ["kabsa" "manakish" "heym"];
|
||||||
"${cloud-dir}/syncthing/mundoiu".devices = ["kabsa" "manakish" "heym"];
|
"${cloud-dir}/syncthing/mundoiu".devices = ["kabsa" "manakish" "heym"];
|
||||||
|
"${cloud-dir}/syncthing/obsidian" = {
|
||||||
|
devices = ["kabsa" "manakish" "heym"];
|
||||||
|
id = "3r1hu-3barr";
|
||||||
|
};
|
||||||
"${cloud-dir}/syncthing/music" = {
|
"${cloud-dir}/syncthing/music" = {
|
||||||
devices = ["kabsa" "manakish" "heym" "zaatar"];
|
devices = ["kabsa" "manakish" "heym" "zaatar"];
|
||||||
id = "music";
|
id = "music";
|
||||||
|
|||||||
@@ -124,6 +124,7 @@ in {
|
|||||||
electrum
|
electrum
|
||||||
inkscape
|
inkscape
|
||||||
astrolog
|
astrolog
|
||||||
|
unstablePackages.obsidian
|
||||||
anki-bin # flashcards
|
anki-bin # flashcards
|
||||||
jbofihe # lojbanic software
|
jbofihe # lojbanic software
|
||||||
zoom-us # video conferencing
|
zoom-us # video conferencing
|
||||||
|
|||||||
@@ -99,7 +99,14 @@
|
|||||||
|
|
||||||
nixosConfigurations = let
|
nixosConfigurations = let
|
||||||
niveumSpecialArgs = system: {
|
niveumSpecialArgs = system: {
|
||||||
unstablePackages = nixpkgs-unstable.legacyPackages.${system};
|
unstablePackages = import nixpkgs-unstable {
|
||||||
|
inherit system;
|
||||||
|
config.allowUnfreePredicate = pkg:
|
||||||
|
builtins.elem (nixpkgs-unstable.lib.getName pkg) [
|
||||||
|
"obsidian"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
niveumPackages = inputs.self.packages.${system};
|
niveumPackages = inputs.self.packages.${system};
|
||||||
niveumLib = inputs.self.lib;
|
niveumLib = inputs.self.lib;
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
|
|||||||
Reference in New Issue
Block a user