Compare commits

..

2 Commits

Author SHA1 Message Date
18b080b98b added signal-desktop 2026-05-11 14:24:46 +02:00
8cacb192e0 enable nvidia powermanagement again 2026-05-11 14:24:32 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
pkgs.telegram-desktop pkgs.telegram-desktop
pkgs.element-desktop pkgs.element-desktop
pkgs.tidal-hifi pkgs.tidal-hifi
pkgs.signal-desktop
pkgs.tree pkgs.tree
pkgs.htop pkgs.htop

View File

@@ -10,6 +10,7 @@
pkgs.telegram-desktop pkgs.telegram-desktop
pkgs.element-desktop pkgs.element-desktop
pkgs.tidal-hifi pkgs.tidal-hifi
pkgs.signal-desktop
pkgs.solaar pkgs.solaar

View File

@@ -1,4 +1,3 @@
{ config, pkgs, ... }:
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@@ -16,7 +15,7 @@
# Enable this if you have graphical corruption issues or application crashes after waking # Enable this if you have graphical corruption issues or application crashes after waking
# up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead # up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead
# of just the bare essentials. # of just the bare essentials.
powerManagement.enable = false; powerManagement.enable = true;
# Fine-grained power management. Turns off GPU when not in use. # Fine-grained power management. Turns off GPU when not in use.
# Experimental and only works on modern Nvidia GPUs (Turing or newer). # Experimental and only works on modern Nvidia GPUs (Turing or newer).