diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-01 18:03:31 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-01 18:03:31 +0530 | 
| commit | 1a67a1352b08a59603b471f1838772512350641f (patch) | |
| tree | 4e33b5d47364c8d0606a71a34e843ade81daf6ce /machines/x/configuration.nix | |
| parent | f216fd893665c510c2819acb5f10b47e6d9fdb53 (diff) | |
Back to dwl
Diffstat (limited to 'machines/x/configuration.nix')
| -rw-r--r-- | machines/x/configuration.nix | 11 | 
1 files changed, 2 insertions, 9 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 8c77d84..0b18f38 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -12,8 +12,10 @@      "core/audio.nix"      "core/bluetooth.nix"      "core/fonts.nix" +    "wm_utils.nix"      "compromyse.nix"      "login.nix" +    "polkit.nix"      "virtualization.nix"    ]); @@ -30,15 +32,6 @@    networking.hostName = "x";    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 =    '' | 
