remove elisa
This commit is contained in:
parent
1741561394
commit
c4bbf46dab
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue