Nix-specific shell aliases: nixls is 'cd /etc/nixos && tree *.nix(wrong tree syntax hut you get the gist)nixrs` is a function that...runs git add . and git status in /etc/nixosruns nixos rebuild-switch --flakereturns you to whatever directory you were inlib.mkIf for optional configsUsing let ... In {} more often, basically treating nix as a programming language instead of a config language
Nix / NixOS @programming.dev 00xide @lemmy.ml 2mo ago Do you use Nix for app configuration, or the app's native config language?
I suck at programming, and GH is easier to use. As I learn more, and gain some skill, I'll waste Codeberg's server space instead of Microsoft's
They do quantify them. There's been counters for that. The people speak out against them at town halls. It still goes up.
Nix-specific shell aliases:
nixlsis 'cd /etc/nixos && tree *.nix(wrong tree syntax hut you get the gist)nixrs` is a function that...git add .andgit statusin /etc/nixosnixos rebuild-switch --flakelib.mkIf for optional configs
Using
let ... In {}more often, basically treating nix as a programming language instead of a config language