Compare commits

..

2 commits

Author SHA1 Message Date
1edef6842e
tsuki: add vanilla chromium / remove obsidian
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled
2023-12-29 11:43:59 -05:00
024e9b79dc
nix: disable electron 25 2023-12-29 11:43:47 -05:00
2 changed files with 1 additions and 3 deletions

View file

@ -26,7 +26,7 @@
homeDirectory = "/home/notoh"; homeDirectory = "/home/notoh";
packages = with pkgs; [ packages = with pkgs; [
floorp floorp
#brave chromium
discord discord
cinny-desktop cinny-desktop
thunderbird thunderbird
@ -34,7 +34,6 @@
signal-desktop signal-desktop
pavucontrol pavucontrol
vscodium-fhs vscodium-fhs
obsidian
unzip unzip
unrar unrar
p7zip p7zip

View file

@ -6,7 +6,6 @@
nixpkgs = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
}; };
}; };