Update Nix channel and flakes
This commit is contained in:
parent
13007c044a
commit
bb2e65f3d7
5 changed files with 17 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue