Remove evolution, add element desktop
This commit is contained in:
9
applications/matrix-element.nix
Normal file
9
applications/matrix-element.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
profile = import ./profile.nix;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
element-desktop
|
||||
];
|
||||
}
|
||||
@@ -8,11 +8,11 @@ in
|
||||
./browser.nix
|
||||
./planner.nix
|
||||
./window-manager.nix
|
||||
../applications/matrix-element.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
evolution
|
||||
pamixer
|
||||
nemo-with-extensions
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user