mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-12-04 11:40:27 +01:00
reformat according to rfc standard
This commit is contained in:
parent
5da37d8133
commit
3bceb198a8
34 changed files with 480 additions and 306 deletions
configs/thilo-pc
|
|
@ -58,7 +58,10 @@
|
|||
programs.nix-ld.enable = true;
|
||||
|
||||
hardware.opengl = {
|
||||
extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
|
|
@ -86,9 +89,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"nix-2.16.2"
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [ "nix-2.16.2" ];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue