Compare commits
2 commits
7033d0f155
...
1edef6842e
Author | SHA1 | Date | |
---|---|---|---|
1edef6842e | |||
024e9b79dc |
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue