feat: redesign, with onedark theme

This commit is contained in:
Zhongheng Liu 2025-02-26 13:53:41 +02:00
commit 19e72eedb7
Signed by: steven
GPG key ID: 805A28B071DAD84B
12 changed files with 71 additions and 50 deletions

View file

@ -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;