stupid fucking missing colon made me waste half an hour, jeez
Some checks failed
/ Check formatting (push) Has been cancelled

This commit is contained in:
Ittihadyya 2025-01-08 01:39:47 +02:00
parent 90666b2155
commit 2c9c995c51
3 changed files with 6 additions and 7 deletions

View file

@ -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;
};

View file

@ -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;

View file

@ -14,7 +14,8 @@
url = {
"ssh://git@ssh.github.com:443/" = {
insteadOf = [
"git@github.com"
"git@github.com:"
"gh:"
];
};
};