feat: redesign, with onedark theme
This commit is contained in:
parent
00f5075f17
commit
19e72eedb7
12 changed files with 71 additions and 50 deletions
|
@ -1,19 +1,18 @@
|
|||
{ config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
specialisation = {
|
||||
powersave.configuration = {
|
||||
hardware.nvidia.prime = {
|
||||
offload = {
|
||||
enable = lib.mkForce true;
|
||||
enableOffloadCmd = lib.mkForce true;
|
||||
};
|
||||
sync.enable = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
};
|
||||
#specialisation = {
|
||||
# powersave.configuration = {
|
||||
# hardware.nvidia.prime = {
|
||||
# offload = {
|
||||
# enable = lib.mkForce true;
|
||||
# enableOffloadCmd = lib.mkForce true;
|
||||
# };
|
||||
# sync.enable = lib.mkForce false;
|
||||
# };
|
||||
# };
|
||||
#};
|
||||
boot.kernelModules = [ "nvidia_uvm" ];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue