feat: switch to my nixpkgs branch

This commit is contained in:
xinyangli 2024-07-17 11:45:15 +08:00
parent f06e1710a1
commit 0a84c4644b
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 1 additions and 3 deletions

View file

@ -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 = {

View file

@ -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 = {