Compare commits
3 commits
845d9a6248
...
fb13480de6
Author | SHA1 | Date | |
---|---|---|---|
fb13480de6 | |||
f72d3e6f59 | |||
0398153793 |
3 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
arkenfox = {
|
||||
enable = true;
|
||||
version = "119.0";
|
||||
version = "128.0";
|
||||
};
|
||||
|
||||
profiles.Default = {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
platformTheme.name = "gtk";
|
||||
style.package = with pkgs; [adwaita-qt adwaita-qt6];
|
||||
style.name = "adwaita-dark";
|
||||
};
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
# outputs.nixosModules.example
|
||||
|
||||
# Or modules from other flakes (such as nixos-hardware):
|
||||
inputs.hardware.nixosModules.common-cpu-amd
|
||||
inputs.hardware.nixosModules.common-gpu-nvidia
|
||||
inputs.hardware.nixosModules.common-cpu-amd-pstate
|
||||
inputs.hardware.nixosModules.common-gpu-nvidia-nonprime
|
||||
inputs.hardware.nixosModules.common-pc-ssd
|
||||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
|
@ -80,7 +80,7 @@
|
|||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
||||
# Force disable Nvidia PRIME, needed by nix-hardware
|
||||
hardware.nvidia.prime.offload.enable = false;
|
||||
# hardware.nvidia.prime.offload.enable = false;
|
||||
|
||||
programs.coolercontrol = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue