mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 21:03:04 -04:00
add catppuccin
This commit is contained in:
parent
be765a7cf5
commit
834d39ff97
5 changed files with 30 additions and 8 deletions
|
@ -5,6 +5,7 @@
|
|||
prismlauncher
|
||||
osu-lazer-bin
|
||||
obs-studio
|
||||
davinci-resolve
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
@ -16,10 +17,12 @@
|
|||
gamemode.enable = true;
|
||||
};
|
||||
|
||||
hardware.opentabletdriver.enable = true;
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
hardware = {
|
||||
amdgpu.opencl.enable = true; # For davinci-resolve
|
||||
opentabletdriver.enable = true;
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue