feat: update depreciated options

This commit is contained in:
tux
2025-12-17 02:53:16 +05:30
parent 8c17353315
commit 7b085aa127
7 changed files with 20 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: {
services.picom = {
enable = true;
package = pkgs.picom-next;
package = pkgs.picom;
backend = "glx";
vSync = true;

View File

@@ -1,11 +1,7 @@
{
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
programs.wezterm = {
enable = true;
package = inputs.wezterm-flake.packages."${pkgs.system}".default;
package = pkgs.wezterm-git;
enableZshIntegration = false;
extraConfig = ''