Resolved conflicts

This commit is contained in:
2024-05-10 19:36:46 +02:00
7 changed files with 59 additions and 1 deletions

View File

@@ -6,7 +6,6 @@
onlyoffice-bin
vlc
signal-desktop
logseq
unstable.webcord
unstable.localsend
bitwarden

View File

@@ -1,8 +1,13 @@
{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
unstable.firefoxpwa
];
programs.firefox = {
enable = true;
# nativeMessagingHosts = [ pkgs.unstable.firefoxpwa ];
profiles.xeovalyte = {
search.engines = {
"Nix" = {

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
unstable.joplin-desktop
];
}