|
You are here |
davi.sh | ||
| | | | |
tonyfinn.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Learn about Nix, Nix flakes, and how to use Nix flakes to build applications in various languages. | ||