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