Update Nix channel and flakes

This commit is contained in:
Bart van der Braak 2026-03-23 20:25:08 +01:00
parent 13007c044a
commit bb2e65f3d7
No known key found for this signature in database
5 changed files with 17 additions and 25 deletions

View file

@ -13,14 +13,13 @@
];
packages = with pkgs; [
vscodium
ungoogled-chromium
# ungoogled-chromium
thunderbird
fastfetch
ghostty
neovim
logseq
element-desktop
cinny-desktop
signal-desktop
go-task
opentofu
@ -53,14 +52,6 @@
# Enable discovery of Google Cast and Spotify Connect devices
networking.firewall.allowedUDPPorts = [ 5353 ];
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;
programs._1password-gui = {
enable = true;