Resolved conflicts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
onlyoffice-bin
|
||||
vlc
|
||||
signal-desktop
|
||||
logseq
|
||||
unstable.webcord
|
||||
unstable.localsend
|
||||
bitwarden
|
||||
|
@@ -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" = {
|
||||
|
7
modules/home/programs/joplin.nix
Normal file
7
modules/home/programs/joplin.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
unstable.joplin-desktop
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user