Remove evolution, add element desktop

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-03-01 11:08:03 +01:00
parent c4796eb79c
commit 356fef695a
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
let
profile = import ./profile.nix;
in
{
environment.systemPackages = with pkgs; [
element-desktop
];
}

View File

@@ -8,11 +8,11 @@ in
./browser.nix ./browser.nix
./planner.nix ./planner.nix
./window-manager.nix ./window-manager.nix
../applications/matrix-element.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kitty kitty
evolution
pamixer pamixer
nemo-with-extensions nemo-with-extensions
]; ];