[NixOS] Cleanup configuration

This commit is contained in:
Ivan Malison 2019-05-06 07:44:23 -07:00
parent e326147f50
commit d0ddecb0c2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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"