No description
Find a file
2023-02-02 00:17:10 +01:00
docs Add flake.nix 2023-02-01 23:36:03 +01:00
.gitignore Add flake with home-manager 2023-02-02 00:17:10 +01:00
configuration.nix Add flake.nix 2023-02-01 23:36:03 +01:00
flake.lock Add flake with home-manager 2023-02-02 00:17:10 +01:00
flake.nix Add flake with home-manager 2023-02-02 00:17:10 +01:00
hardware-configuration.nix Ajout de la conf par défaut 2023-02-01 21:07:28 +01:00
home.nix Add flake with home-manager 2023-02-02 00:17:10 +01:00
LICENSE Initial commit 2023-02-01 19:47:00 +01:00
README.md Add flake with home-manager 2023-02-02 00:17:10 +01:00

Installation

<hostname> is default to hostname command but it can be overwritten

Build only

nixos-rebuild build --flake .#<hostname>

Build and switch

nixos-rebuild switch --flake .#<hostname>

Build script to activate in current shell

nix build .#hmConfig.<hostname>.activationPackage

with

./result/activate