From 0a84c4644b7de9d3ed187b2f2d3fe4fcaec76c15 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Wed, 17 Jul 2024 11:45:15 +0800 Subject: [PATCH] feat: switch to my nixpkgs branch --- flake.nix | 2 +- machines/calcite/configuration.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3433ffa..879ae3e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { # Pin nixpkgs to a specific commit - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:xinyangli/nixpkgs/deploy"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05"; home-manager = { diff --git a/machines/calcite/configuration.nix b/machines/calcite/configuration.nix index 502498d..458e1db 100644 --- a/machines/calcite/configuration.nix +++ b/machines/calcite/configuration.nix @@ -110,8 +110,6 @@ services.printing.enable = true; # services.printing.drivers = [ pkgs.hplip ]; - # Enable sound with pipewire. - sound.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = {