diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 20:31:10 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 20:31:10 -0600 |
| commit | 34f99957e3632ab408eafaf66f6f16afea1542e7 (patch) | |
| tree | a0d8256d66810d6d121227ac4e0062b1b14cf5e0 /machines/khad | |
| parent | e4e1084e45ebc0b18c109fa325e2850f7a150392 (diff) | |
removed unecessary options from khad
Diffstat (limited to 'machines/khad')
| -rw-r--r-- | machines/khad/configuration.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index 73e29dd..e60e949 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -42,12 +42,12 @@ # }; # Enable the X11 windowing system. - services.xserver.enable = true; + # services.xserver.enable = true; # Enable the Plasma 5 Desktop Environment. - services.xserver.displayManager.sddm.enable = true; - services.xserver.desktopManager.plasma5.enable = true; + # services.xserver.displayManager.sddm.enable = true; + # services.xserver.desktopManager.plasma5.enable = true; # Configure keymap in X11 @@ -80,14 +80,15 @@ # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - helix - wget + # environment.systemPackages = with pkgs; [ + # # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + # helix + # wget ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. + programs.light.enable = true; programs.mtr.enable = true; programs.gnupg.agent = { enable = true; |
