mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-02-06 18:02:48 +01:00
move some graphics stuff into individual modules/files
This commit is contained in:
parent
b63db1934d
commit
ddd6ecd055
9 changed files with 31 additions and 16 deletions
|
|
@ -46,18 +46,6 @@
|
|||
S10E_JRNL_FILE_LOC = "/home/jade/Docs/jrnl.md";
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-ocl
|
||||
intel-media-driver
|
||||
intel-vaapi-driver
|
||||
intel-compute-runtime
|
||||
libvdpau-va-gl
|
||||
mesa.drivers
|
||||
];
|
||||
};
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
|
||||
boot.resumeDevice = "/dev/disk/by-uuid/4f9e8afa-f8d7-40bf-b3ea-17e8e8fbb694";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue