|
You are here |
poignardazur.github.io | ||
| | | | |
myme.no
|
|
| | | | | [AI summary] The author details their experience transitioning to NixOS, highlighting the installation process, configuration setup, and initial impressions of the Linux distribution. | |
| | | | |
rugu.dev
|
|
| | | | | [AI summary] The author shares their positive experience transitioning from Arch Linux to NixOS, highlighting the benefits of reproducible configurations, package management, and the ease of setting up their environment using Nix and NixOS. | |
| | | | |
xeiaso.net
|
|
| | | | | Xe Iaso's personal website. | |
| | | | |
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. | ||