refactor: obsidian to flatpak version

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-09 16:52:28 -03:00
parent 6a147b5d59
commit 73b8b50d3e
5 changed files with 213 additions and 151 deletions

View File

@@ -10,8 +10,8 @@
};
# Declaratively install flatpaks
# nix-flatpak.url = "github:gmodena/nix-flatpak"; -- Fork is being used until #24 merges
nix-flatpak.url = "github:Tomaszal/nix-flatpak/feature/overrides";
flatpaks.url = "github:gmodena/nix-flatpak"; # Fork is being used until #24 merges
# flatpaks.url = "github:Tomaszal/nix-flatpak/feature/overrides";
# Used for theming the OS, see modules/home-manager/theme.nix
nix-colors.url = "github:misterio77/nix-colors";