Skip to content

Commit

Permalink
Update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesquembre committed Jul 18, 2024
1 parent ecff31f commit 7a32768
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home-manager/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ in
texlive.combined.scheme-full
tldr
tmux
transmission
transmission_4
tree

# nix utils
Expand Down
2 changes: 1 addition & 1 deletion nixos/common-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in
./common-extra.nix
];

boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_9;

sops.secrets.nixAccessTokens = {
mode = "0440";
Expand Down
4 changes: 2 additions & 2 deletions nixos/hosts/beta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
# hardware.cpu.intel.updateMicrocode = true;

# https://nixos.wiki/wiki/Accelerated_Video_Playback
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = with pkgs; [
vaapiIntel
vaapiVdpau
Expand Down

0 comments on commit 7a32768

Please sign in to comment.