Compare commits

..

No commits in common. "1edef6842e4358ee6334497ba9b3e3edfefb414f" and "7033d0f15587f39f684772f5b2426486d5c712c1" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View file

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

View file

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