aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-01-18 16:32:36 -0500
committertdback <tyler@tdback.net>2025-01-18 16:32:36 -0500
commit035898f48d0f7a0a96c469bc4ddce05afce97195 (patch)
treea45f4a434372fb55b646dce34a9a2f3f539b8c11
parent24dc1ef8e285cf39646fc2d7930ee15a110cde13 (diff)
fix: enable flatpaks to use element desktop with beta featuresHEADmain
-rw-r--r--modules/profiles/cosmic/default.nix8
-rw-r--r--users/tdback/desktop.nix1
2 files changed, 4 insertions, 5 deletions
diff --git a/modules/profiles/cosmic/default.nix b/modules/profiles/cosmic/default.nix
index 8a79845..7859a18 100644
--- a/modules/profiles/cosmic/default.nix
+++ b/modules/profiles/cosmic/default.nix
@@ -22,16 +22,16 @@
# use the clipboard manager.
environment.sessionVariables.COSMIC_DATA_CONTROL_ENABLED = 1;
- # Don't use flatpaks, which will pull in `cosmic-store`.
- services.flatpak.enable = false;
+ # Enable flatpaks, which will pull in `cosmic-store`.
+ services.flatpak.enable = true;
- # Don't include these packages either.
+ # Optionally exclude packages.
environment.cosmic.excludePackages = with pkgs; [
cosmic-edit
cosmic-player
];
- # Install any additional fonts.
+ # Install additional fonts.
fonts.packages = with pkgs; [
iosevka-comfy.comfy-motion-fixed
];
diff --git a/users/tdback/desktop.nix b/users/tdback/desktop.nix
index 1d57042..8302d7f 100644
--- a/users/tdback/desktop.nix
+++ b/users/tdback/desktop.nix
@@ -39,7 +39,6 @@ in
home.packages = with pkgs.unstable; [
clang
- element-desktop
gimp
gitu
mpv