diff options
Diffstat (limited to 'sif.nix')
-rw-r--r-- | sif.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -53,6 +53,7 @@ | |||
53 | 53 | ||
54 | environment.systemPackages = with pkgs; [ | 54 | environment.systemPackages = with pkgs; [ |
55 | git rebuild-system | 55 | git rebuild-system |
56 | nvtop | ||
56 | ]; | 57 | ]; |
57 | 58 | ||
58 | nixpkgs.config.allowUnfree = true; | 59 | nixpkgs.config.allowUnfree = true; |
@@ -99,6 +100,10 @@ | |||
99 | dpi = 282; | 100 | dpi = 282; |
100 | 101 | ||
101 | videoDrivers = [ "nvidia" ]; | 102 | videoDrivers = [ "nvidia" ]; |
103 | |||
104 | screenSection = '' | ||
105 | Option "metamodes" "nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" | ||
106 | ''; | ||
102 | }; | 107 | }; |
103 | 108 | ||
104 | yggdrasilTinc = { | 109 | yggdrasilTinc = { |
@@ -388,7 +393,7 @@ | |||
388 | 393 | ||
389 | services.compton = { | 394 | services.compton = { |
390 | enable = true; | 395 | enable = true; |
391 | backend = "glx"; | 396 | backend = "xrender"; |
392 | vSync = true; | 397 | vSync = true; |
393 | settings = { | 398 | settings = { |
394 | glx-swap-method = 3; | 399 | glx-swap-method = 3; |