From e8d7d7e13b36cb344d4f3ebd07a88899ec7ecbbe Mon Sep 17 00:00:00 2001 From: oddlama Date: Sun, 25 May 2025 00:35:51 +0200 Subject: [PATCH] feat: add ente-desktop --- users/myuser/graphical/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/myuser/graphical/default.nix b/users/myuser/graphical/default.nix index 1ab8509..581212c 100644 --- a/users/myuser/graphical/default.nix +++ b/users/myuser/graphical/default.nix @@ -50,6 +50,7 @@ pkgs.gpu-screen-recorder pkgs.gpu-screen-recorder-gtk pkgs.spotify + pkgs.ente-desktop ]; # TODO wrap thunderbird bin and set LC_ALL=de_DE.UTF-8 because thunderbird uses wrong date and time formatting with C.UTF-8 @@ -88,6 +89,7 @@ ".config/gpu-screen-recorder" ".config/obsidian" ".config/spotify" + ".config/ente" ".factorio" # XDG spec? nah, apprently overrated. ]; };