mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-12-17 15:29:51 +05:30
feat: update depreciated options
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
services.picom = {
|
||||
enable = true;
|
||||
package = pkgs.picom-next;
|
||||
package = pkgs.picom;
|
||||
|
||||
backend = "glx";
|
||||
vSync = true;
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user