From d0ddecb0c2a7b1044365ab11312657545b0d786f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 6 May 2019 07:44:23 -0700 Subject: [PATCH] [NixOS] Cleanup configuration --- nixos/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index cb84f45d..523d6750 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -19,11 +19,6 @@ in { nixpkgs.overlays = [ my-overlays ]; # XXX: This ensures that all nix tools pick up the overlays that are set here - nix.nixPath = - # Prepend default nixPath values. - options.nix.nixPath.default ++ - # Append our nixpkgs-overlays. - [ "nixpkgs-overlays=/etc/nixos/overlays-compat/" ]; # Allow all the things nixpkgs.config.allowUnfree = true; @@ -281,12 +276,6 @@ in }]; }; displayManager = { - # lightdm = { - # enable = true; - # extraSeatDefaults='' - # greeter-hide-users=false - # ''; - # }; sddm = { enable = true; }; @@ -297,7 +286,6 @@ in }; - # Define a user account. Don't forget to set a password with ‘passwd’. users.extraUsers = let extraGroups = [ "audio"