mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
add cinny
This commit is contained in:
parent
82a474f3db
commit
4e59f0b4d6
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
neovim
|
neovim
|
||||||
logseq
|
logseq
|
||||||
element-desktop
|
element-desktop
|
||||||
|
cinny-desktop
|
||||||
go-task
|
go-task
|
||||||
opentofu
|
opentofu
|
||||||
python3
|
python3
|
||||||
|
@ -42,6 +43,9 @@
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
# Workaround for electron dependency in Logseq
|
# Workaround for electron dependency in Logseq
|
||||||
"electron-27.3.11"
|
"electron-27.3.11"
|
||||||
|
# Workaround for Cinny to work
|
||||||
|
"cinny-unwrapped-4.2.3"
|
||||||
|
"cinny-4.2.3"
|
||||||
];
|
];
|
||||||
|
|
||||||
programs._1password.enable = true;
|
programs._1password.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue