From 714613e6867234e9d73fa077d3eac66d048c637f Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 20 Jan 2026 10:01:10 +0000 Subject: [PATCH] Update configuration-template.nix --- configuration-template.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configuration-template.nix b/configuration-template.nix index a455773..566b084 100644 --- a/configuration-template.nix +++ b/configuration-template.nix @@ -1,10 +1,9 @@ # configuration-template.nix #################################################################################################################################################################### -## IMPORTANT: On a fresh NixOS install, run this command first: ## -## nix-shell -p git --run "sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos && \ ## -## sudo nix-channel --add https://github.com/gmodena/nix-flatpak/archive/main.tar.gz nix-flatpak && \ ## -## sudo nix-channel --update && sudo nixos-rebuild switch" ## -## ## +## IMPORTANT: On a fresh NixOS install, run this command first: +nix-shell -p git --run "sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos && \ +sudo nix-channel --add https://github.com/gmodena/nix-flatpak/archive/main.tar.gz nix-flatpak && \ +sudo nix-channel --update && sudo nixos-rebuild switch" #################################################################################################################################################################### { config, pkgs, lib, ... }: let