obsidian flatpak to nix
This commit is contained in:
parent
ec19c3410e
commit
6e23b0ce5a
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ in
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
|
adwaita-icon-theme
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.de
|
aspellDicts.de
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
|
|
@ -44,6 +45,7 @@ in
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
nix-init
|
nix-init
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
obsidian
|
||||||
obs-studio
|
obs-studio
|
||||||
ocs-url
|
ocs-url
|
||||||
# orca-slicer BROKEN
|
# orca-slicer BROKEN
|
||||||
|
|
@ -76,7 +78,6 @@ in
|
||||||
"com.steamgriddb.SGDBoop"
|
"com.steamgriddb.SGDBoop"
|
||||||
"io.github.zen_browser.zen"
|
"io.github.zen_browser.zen"
|
||||||
"io.itch.itch"
|
"io.itch.itch"
|
||||||
"md.obsidian.Obsidian"
|
|
||||||
];
|
];
|
||||||
uninstallUnmanaged = true;
|
uninstallUnmanaged = true;
|
||||||
update.auto.enable = true;
|
update.auto.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue