treewide: change deprecated and renamed option and package names

This commit is contained in:
Cilly Leang 2025-11-21 23:14:31 +11:00
parent 8ae384686c
commit c5dd3e4f5e
Signed by: cilly
GPG key ID: 6500251E087653C9
9 changed files with 13 additions and 14 deletions

View file

@ -1,9 +1,5 @@
{ ... }: {
programs.corectrl = {
enable = true;
gpuOverclock = {
enable = true;
ppfeaturemask = "0xffffffff";
};
};
}

View file

@ -15,7 +15,6 @@
hanazono
noto-fonts
noto-fonts-cjk-sans
noto-fonts-extra
open-sans
twemoji-color-font
unifont

View file

@ -6,8 +6,8 @@
];
programs.adb.enable = true;
hardware.graphics.extraPackages = with pkgs; [
vaapiIntel
vaapiVdpau
intel-vaapi-driver
libva-vdpau-driver
libvdpau-va-gl
];
programs.light.enable = true;

View file

@ -5,7 +5,7 @@
enable = true;
};
};
programs.git.extraConfig.core.excludesFile = ".envrc";
programs.git.settings.core.excludesFile = ".envrc";
# We can't use .source since hm manages this file too
xdg.configFile."direnv/direnvrc".text = builtins.readFile ../../res/direnvrc;
home.activation = {

View file

@ -1,13 +1,13 @@
{ ... }: {
programs.git = {
enable = true;
userName = "Cilly Leang";
userEmail = "me@lava.moe";
signing = {
key = "059F098EBF0E9A13E10A46BF6500251E087653C9";
signByDefault = true;
};
extraConfig = {
settings = {
user.name = "Cilly Leang";
user.email = "me@lava.moe";
core.abbrev = 11;
safe.directory = "/home/rin/Projects/flakes";
};

View file

@ -5,6 +5,6 @@
};
services.gpg-agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
};
}

View file

@ -104,7 +104,7 @@ in {
programs.command-not-found.enable = true;
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
dotDir = "${config.xdg.configHome}/zsh";
autocd = true;
defaultKeymap = "viins";