remove elisa

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-09 08:40:38 +01:00
parent 1741561394
commit c4bbf46dab

View file

@ -1,4 +1,4 @@
{config, ...}: { {config, pkgs, ...}: {
imports = [ imports = [
./steam ./steam
]; ];
@ -8,4 +8,8 @@
./home-manager.nix ./home-manager.nix
] ]
else []; else [];
environment.plasma6.excludePackages = with pkgs.kdePackages; [
pkgs.elisa
];
} }