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";
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";
playerctl = "${pkgs.playerctl}/bin/playerctl";
swayosd = pkgs.swayosd + "/bin/swayosd-client";

View file

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

View file

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

View file

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