[NixOS] Cleanup configuration
This commit is contained in:
parent
e326147f50
commit
d0ddecb0c2
@ -19,11 +19,6 @@ in
|
|||||||
{
|
{
|
||||||
nixpkgs.overlays = [ my-overlays ];
|
nixpkgs.overlays = [ my-overlays ];
|
||||||
# XXX: This ensures that all nix tools pick up the overlays that are set here
|
# 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
|
# Allow all the things
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
@ -281,12 +276,6 @@ in
|
|||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
# lightdm = {
|
|
||||||
# enable = true;
|
|
||||||
# extraSeatDefaults=''
|
|
||||||
# greeter-hide-users=false
|
|
||||||
# '';
|
|
||||||
# };
|
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
@ -297,7 +286,6 @@ in
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
|
||||||
users.extraUsers = let
|
users.extraUsers = let
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"audio"
|
"audio"
|
||||||
|
Loading…
Reference in New Issue
Block a user