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";
packages = with pkgs; [
floorp
#brave
chromium
discord
cinny-desktop
thunderbird
@ -34,7 +34,6 @@
signal-desktop
pavucontrol
vscodium-fhs
obsidian
unzip
unrar
p7zip

View file

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