From 2c9c995c51a63eb24f26e2f87a2fcf018a80f6b9 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Wed, 8 Jan 2025 01:39:47 +0200 Subject: [PATCH] stupid fucking missing colon made me waste half an hour, jeez --- apps.mod.nix | 8 +++----- audio.mod.nix | 2 +- dev.mod.nix | 3 ++- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/apps.mod.nix b/apps.mod.nix index d2707a5..0c7275c 100644 --- a/apps.mod.nix +++ b/apps.mod.nix @@ -6,15 +6,13 @@ ps wget libqalculate - # magic-wormhole # disabled because of a build failure, currently writing an issue for it - https://github.com/NixOS/nixpkgs/issues/368842 -j. + magic-wormhole ]; programs = { # For the love of Fucking please keep them in alphabetical order to soothe my brain - /* - btop = { - enable = true; # disabled because of rocmPackages.llvm.libc build failure, watch https://github.com/NixOS/nixpkgs/issues/368672 . + btop = { + enable = true; }; - */ emacs = { enable = true; }; diff --git a/audio.mod.nix b/audio.mod.nix index 3cef3b7..b4292f2 100644 --- a/audio.mod.nix +++ b/audio.mod.nix @@ -2,7 +2,7 @@ personal.modules = [ { programs.noisetorch.enable = true; - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true; diff --git a/dev.mod.nix b/dev.mod.nix index 0f15578..9f8c4ab 100644 --- a/dev.mod.nix +++ b/dev.mod.nix @@ -14,7 +14,8 @@ url = { "ssh://git@ssh.github.com:443/" = { insteadOf = [ - "git@github.com" + "git@github.com:" + "gh:" ]; }; };