1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2025-01-21 17:01:57 -05:00
parent 3972c393cc
commit d8a5a01c30
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 13 additions and 1 deletions

View file

@ -65,6 +65,10 @@
name = "Toolbar";
toolbar = true;
bookmarks = [
{
name = "CUPS interface";
url = "http://127.0.0.1:631/";
}
{
name = "Pinky & Pepper Forever";
url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/";

View file

@ -69,7 +69,15 @@
pulse.enable = true;
};
# CUPS printing
# Can be configured at http://127.0.0.1:631/
# Local printers are host-specific (see `hardware.printers`)
# Avahi enables IPP Everywhere
printing.enable = true;
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
# misc
flatpak = {
enable = true;

View file

@ -7,7 +7,7 @@
environment.systemPackages = with pkgs; [
# development
cc65 # C compiler for processors of 6502 family
chibicc-uxn
chibicc-uxn # A small C compiler... for uxn
(fenix.default.withComponents [ "cargo" "rustc" ])
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
git # Distributed version control system