Commit graph

9 commits

Author SHA1 Message Date
23f5aaaf45
huge options refactor
due to being on a wifi and my sim card not being able to do its job
properly this might have some errors

`nix flake check` gave me none for the current host but tbh who knows

this commit moves everything from `options` to `hosts/common` and
modifies the `createHost` function to import part of the files under
that directory by default

there's also a `hosts/common/optional` which is still being imported in
`profile.nix` but now in a better way using `lib.path.append` in tandem
with `lib.lists.map`
2024-09-01 20:31:24 +02:00
41093e8b74
get rid of all withs in the entire flake 2024-08-25 20:17:14 +02:00
9885028d8c
update hardware.opengl.* to hardware.graphics.* 2024-07-15 22:51:10 +02:00
b9e66c9a88
remove one of the 32bit opengl packages
no idea what all this does lmao
2024-07-13 22:23:47 +02:00
0915c3d8f7
remove driSupport #2 2024-07-10 21:09:28 +02:00
4c49b7eb92
add rocm clr icd to opengl packages 2024-03-24 13:38:23 +01:00
d26908ac82
move the initrd option to options/
man I should really go to sleep
2024-02-29 01:41:59 +01:00
a059d8a2b9
move RADV envvar to options 2024-02-17 19:56:59 +01:00
4d2d3705fb
start moving shit to options 2024-02-15 17:04:34 +01:00