feat: rename deprecated options/pkgs

This commit is contained in:
winston 2024-07-28 18:09:11 +02:00
parent 921c2d6549
commit e14c15e1ff
Signed by: winston
GPG key ID: 3786770EDBC2B481
4 changed files with 8 additions and 8 deletions

View file

@ -105,7 +105,7 @@ in
modFocus = "${mod}+Ctrl"; modFocus = "${mod}+Ctrl";
hyper = "Mod4+Mod1+Shift+Ctrl"; hyper = "Mod4+Mod1+Shift+Ctrl";
filebrowser = "${pkgs.gnome.nautilus}/bin/nautilus"; filebrowser = "${pkgs.nautilus}/bin/nautilus";
screenshot = "${pkgs.sway-contrib.grimshot}/bin/grimshot copy area"; screenshot = "${pkgs.sway-contrib.grimshot}/bin/grimshot copy area";
playerctl = "${pkgs.playerctl}/bin/playerctl"; playerctl = "${pkgs.playerctl}/bin/playerctl";
swayosd = pkgs.swayosd + "/bin/swayosd-client"; swayosd = pkgs.swayosd + "/bin/swayosd-client";

View file

@ -44,6 +44,6 @@
# enable yubikey u2f support # enable yubikey u2f support
security.pam.u2f = { security.pam.u2f = {
enable = true; enable = true;
cue = true; settings.cue = true;
}; };
} }

View file

@ -11,10 +11,10 @@
p7zip p7zip
unzip unzip
zip zip
gnome.file-roller file-roller
gnome.nautilus nautilus
gnome.nautilus-python nautilus-python
gnome.sushi sushi
nautilus-open-any-terminal nautilus-open-any-terminal
# thumbnails # thumbnails

View file

@ -31,9 +31,9 @@
# Intel Arc A770 # Intel Arc A770
environment.sessionVariables.LIBVA_DRIVER_NAME = "iHD"; environment.sessionVariables.LIBVA_DRIVER_NAME = "iHD";
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ]; boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport32Bit = true; enable32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
intel-compute-runtime intel-compute-runtime
intel-media-driver intel-media-driver