Compare commits
No commits in common. "1edef6842e4358ee6334497ba9b3e3edfefb414f" and "7033d0f15587f39f684772f5b2426486d5c712c1" have entirely different histories.
1edef6842e
...
7033d0f155
2 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
homeDirectory = "/home/notoh";
|
||||
packages = with pkgs; [
|
||||
floorp
|
||||
chromium
|
||||
#brave
|
||||
discord
|
||||
cinny-desktop
|
||||
thunderbird
|
||||
|
@ -34,6 +34,7 @@
|
|||
signal-desktop
|
||||
pavucontrol
|
||||
vscodium-fhs
|
||||
obsidian
|
||||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue