mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +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";
|
name = "Toolbar";
|
||||||
toolbar = true;
|
toolbar = true;
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "CUPS interface";
|
||||||
|
url = "http://127.0.0.1:631/";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Pinky & Pepper Forever";
|
name = "Pinky & Pepper Forever";
|
||||||
url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/";
|
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;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
# CUPS printing
|
# 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;
|
printing.enable = true;
|
||||||
|
avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
# misc
|
# misc
|
||||||
flatpak = {
|
flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# development
|
# development
|
||||||
cc65 # C compiler for processors of 6502 family
|
cc65 # C compiler for processors of 6502 family
|
||||||
chibicc-uxn
|
chibicc-uxn # A small C compiler... for uxn
|
||||||
(fenix.default.withComponents [ "cargo" "rustc" ])
|
(fenix.default.withComponents [ "cargo" "rustc" ])
|
||||||
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
||||||
git # Distributed version control system
|
git # Distributed version control system
|
||||||
|
|
Loading…
Reference in a new issue