use sudo-rs, update ghostty, ralsei in fastfetch

This commit is contained in:
2025-09-06 20:34:06 +03:00
parent 94f665f5af
commit 86f66b5734
9 changed files with 200 additions and 188 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, builtins, ... }:
{ config, inputs, pkgs, builtins, ... }:
{
@@ -6,7 +6,7 @@
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings = {