Elisheva
My NixOS configuration
File Explorer
- bootloader.nix
- config.fish
- ddcci-string-h.patch
- default.nix
- gpu.nix
- hjem.nix
- kernel.nix
- keymap.toml
- nix.nix
- packages.nix
- services.nix
- system.nix
- tuned.nix
- user.nix
- yazi.toml
- zram.nix
- default.nix
- dmsBinds.kdl
- config.kdl
- default.nix
- default.nix
- noctalia-inhibit.fish
- NoctaliaBinds.kdl
- default.nix
- default.nix
- graphical-pkgs.nix
- default.nix
- jellyfin.nix
- library.nix
- lidarr-overlay.nix
- media-permissions.nix
- navidrome.nix
- rrstack.nix
- slskd.nix
- Tdarr.nix
- almanac.pw.toml
- alternate-current.pw.toml
- async.pw.toml
- asynclogger.pw.toml
- balm.pw.toml
- c2me-fabric.pw.toml
- chunky.pw.toml
- clumps.pw.toml
- crashexploitfixer.pw.toml
- debugify.pw.toml
- distanthorizons.pw.toml
- fabric-api.pw.toml
- ferrite-core.pw.toml
- jasione.pw.toml
- krypton.pw.toml
- lazyai.pw.toml
- lithium.pw.toml
- lithostitched.pw.toml
- lmd.pw.toml
- netherportalfix.pw.toml
- no-chat-reports.pw.toml
- noisiumforked.pw.toml
- railoptimization.pw.toml
- resourceful-config.pw.toml
- scalablelux.pw.toml
- skinsrestorer.pw.toml
- slumber.pw.toml
- structure-layout-optimizer.pw.toml
- tectonic.pw.toml
- terralith.pw.toml
- voxy-server-side.pw.toml
- zfastnoise.pw.toml
- index.toml
- pack.toml
- default.nix
- configs.lua
- default.nix
- keybinds.lua
- lsp.lua
- plugins.lua
- bots.nix
- default.nix
- disko.nix
- gaming.nix
- homepage.nix
- ia-tools.nix
- nextcloud.nix
- preservation.nix
- qbitorrent.nix
- sunshine.nix
- theme.nix
- unified-dns.nix
- virtualization.nix
- default.nix
- default.nix
- hardware.nix
- default.nix
- hardware.nix
- default.nix
- hardware.nix
- modules-cross-talk.gv
- modules-cross-talk.png
- modules-cross-talk.svg
- .gitignore
- .sops.yaml
- flake.lock
- flake.nix
- README.md
- secrets.yaml
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
boot
View Details ▼
boot
Build tooling for the Clojure programming language.
boot repl
Start a REPL session either with the project or standalone:
boot jar
Build a single `uberjar`:
boot --dependencies boot/new new --template {{template_name}} --name {{project_name}}
Generate scaffolding for a new project based on a template:
nix
View Details ▼
nix
A powerful package manager that makes package management reliable, reproducible, and declarative.
Some features of `nix` (`nix command`, `flakes`, etc) are experimental and require enabling experimental features.
Some subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation.
See also: `nix classic`.
mkdir {{[-p|--parents]}} ~/.config/nix; echo 'experimental-features = nix-command flakes' > ~/.config/nix/nix.conf
Enable the `nix` command:
nix search nixpkgs {{search_term}}
Search for a package in nixpkgs via its name or description:
nix shell {{nixpkgs#pkg1 nixpkgs#pkg2 nixpkgs#pkg3 ...}}
Start a shell with the specified packages from nixpkgs available:
