mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
3972c393cc
commit
d8a5a01c30
3 changed files with 13 additions and 1 deletions
|
@ -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/";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue