stupid fucking missing colon made me waste half an hour, jeez
Some checks failed
/ Check formatting (push) Has been cancelled
Some checks failed
/ Check formatting (push) Has been cancelled
This commit is contained in:
parent
90666b2155
commit
2c9c995c51
3 changed files with 6 additions and 7 deletions
|
@ -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 .
|
||||
enable = true;
|
||||
};
|
||||
*/
|
||||
emacs = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
url = {
|
||||
"ssh://git@ssh.github.com:443/" = {
|
||||
insteadOf = [
|
||||
"git@github.com"
|
||||
"git@github.com:"
|
||||
"gh:"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue