diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-22 21:11:00 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-22 21:11:00 +0530 |
| commit | fd7eaea7fb4941b2e5c879e5d10f29de97add28c (patch) | |
| tree | 740245b8995cb5a182f68cf8f3e44da09521e72e /machines/x | |
| parent | 76984c2db3af75bf06a0f88ad332ccf895df52f1 (diff) | |
update
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/configuration.nix | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 459bfce..5612c2f 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -31,10 +31,20 @@ home-manager.users.compromyse = import ./home.nix; services.desktopManager.plasma6.enable = true; + environment.plasma6.excludePackages = with pkgs.kdePackages; [ + konsole + oxygen + ark + elisa + gwenview + kate + ]; networking.extraHosts = '' 127.0.0.1 download.labsmartlis.local - 192.168.1.186 cacer.local + 192.168.1.186 cacer.local c + 192.168.1.16 ub1.local + 192.168.1.17 ub2.local ''; } |
