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
|
ps
|
||||||
wget
|
wget
|
||||||
libqalculate
|
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 = {
|
programs = {
|
||||||
# For the love of Fucking please keep them in alphabetical order to soothe my brain
|
# For the love of Fucking please keep them in alphabetical order to soothe my brain
|
||||||
/*
|
btop = {
|
||||||
btop = {
|
enable = true;
|
||||||
enable = true; # disabled because of rocmPackages.llvm.libc build failure, watch https://github.com/NixOS/nixpkgs/issues/368672 .
|
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
personal.modules = [
|
personal.modules = [
|
||||||
{
|
{
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
services.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
url = {
|
url = {
|
||||||
"ssh://git@ssh.github.com:443/" = {
|
"ssh://git@ssh.github.com:443/" = {
|
||||||
insteadOf = [
|
insteadOf = [
|
||||||
"git@github.com"
|
"git@github.com:"
|
||||||
|
"gh:"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue