Skip to content

Commit

Permalink
feat: rename deprecated options/pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jul 28, 2024
1 parent 921c2d6 commit e14c15e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion home/apps/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion machines/common/linux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
# enable yubikey u2f support
security.pam.u2f = {
enable = true;
cue = true;
settings.cue = true;
};
}
8 changes: 4 additions & 4 deletions machines/common/linux/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions machines/futomaki/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e14c15e

Please sign in to comment.