style: reduce to dot access
This commit is contained in:
parent
9e7be2a861
commit
25bf16cb87
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
};
|
||||
services.xserver.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xclip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue