Update configuration-template.nix
This commit is contained in:
parent
095ab6dda1
commit
714613e686
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue