update
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
thunderbird
|
||||
qbittorrent
|
||||
libreoffice-qt
|
||||
# Can move to stable when https://github.com/NixOS/nixpkgs/pull/460058 gets backported
|
||||
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".joplin-desktop
|
||||
|
||||
# comms
|
||||
@@ -31,6 +32,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."capacitor/sysconfig.json".text = lib.generators.toJSON { } {
|
||||
machine = "00000000-0000-0000-0000-000000000000";
|
||||
signup = false;
|
||||
telemetry = false;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user