home/programs: add cinny, a matrix client
This commit is contained in:
parent
4277ad8417
commit
e5171c221e
2 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,12 @@
|
|||
fastfetch.enable = true;
|
||||
yazi.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
imhex
|
||||
obsidian
|
||||
proton-pass
|
||||
vesktop
|
||||
wl-clipboard
|
||||
fractal
|
||||
cinny-desktop
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
|
@ -10,5 +10,6 @@ _: {
|
|||
};
|
||||
})
|
||||
];
|
||||
config.permittedInsecurePackages = ["cinny-4.2.1" "cinny-unwrapped-4.2.1"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue