Explore >> Select a destination


You are here

davi.sh
| | tonyfinn.com
9.3 parsecs away

Travel
| | Nix Flakes can be used for more than just package definitions. This post covers how you can define a development environment in a Nix flake.
| | drakerossman.com
4.3 parsecs away

Travel
| | Home Manager is a tool to manage user-specific configuration on nix-enabled systems. By the end of this article you should have the understanding of why you should use it, as well as a system with Home Manager enabled.
| | blog.arkadi.one
9.1 parsecs away

Travel
| | As I fall down the NixOS rabbit hole, this is a reference page for me. This is base install of GNOME NixOS from my Acer laptop. # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan.
| | serokell.io
61.2 parsecs away

Travel
| Learn about Nix, Nix flakes, and how to use Nix flakes to build applications in various languages.