Upgrade to NixOS 25.05

This commit is contained in:
Pedro Rey Anca 2025-06-08 13:09:24 +02:00
parent d61ccede07
commit 769c2c53f1
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
10 changed files with 168 additions and 237 deletions

View file

@ -1,15 +1,5 @@
{username, ...}: {
nix.settings = {
trusted-users = ["${username}"];
trusted-substituters = [
"https://cache.garnix.io"
"https://hyprland.cachix.org"
];
trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
};
}

View file

@ -1,5 +1,4 @@
{pkgs, ...}: {
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;
alsa.enable = true;