1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-04-19 17:42:56 -04:00
parent 8268f8e06a
commit f93f4774d0
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
5 changed files with 162 additions and 158 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -59,9 +59,12 @@
}
];
"browser.startup.page" = 3;
"browser.tabs.closeWindowWithLastTab" = false;
"browser.tabs.insertAfterCurrent" = true;
"datareporting.healthreport.uploadEnabled" = false;
"extensions.webextensions.restrictedDomains" = "";
"font.name.monospace.x-western" = "Fira Code";
"general.autoScroll" = true;
"layout.css.prefers-color-scheme.content-override" = 0;
"svg.context-properties.content.enabled" = true;
};

View file

@ -41,6 +41,7 @@
};
networking = {
firewall.allowedTCPPorts = [ 80 443 8080 ];
hosts = {
"10.0.0.2" = [ "near" "near.local" ];
};

View file

@ -96,7 +96,7 @@
# audio
alsa-utils # ALSA, the Advanced Linux Sound Architecture utils
audacity # Sound editor with graphical UI
bespokesynth # Software modular synth with controllers support, scripting and VST
unstable.bespokesynth # Software modular synth with controllers support, scripting and VST
# TODO: consider getting rid of this (no mpd support makes me sad......)
# fooyin # Customisable music player
mpc # Minimalist command line interface to MPD