mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-26 22:21: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
|
||||
logseq
|
||||
element-desktop
|
||||
cinny-desktop
|
||||
go-task
|
||||
opentofu
|
||||
python3
|
||||
|
@ -42,6 +43,9 @@
|
|||
nixpkgs.config.permittedInsecurePackages = [
|
||||
# Workaround for electron dependency in Logseq
|
||||
"electron-27.3.11"
|
||||
# Workaround for Cinny to work
|
||||
"cinny-unwrapped-4.2.3"
|
||||
"cinny-4.2.3"
|
||||
];
|
||||
|
||||
programs._1password.enable = true;
|
||||
|
|
Loading…
Reference in a new issue