standard template finalised

This commit is contained in:
m3tam3re
2024-04-06 06:12:36 +02:00
parent ac881e7a4a
commit d6805af85d
9 changed files with 175 additions and 16 deletions

View File

@ -4,7 +4,7 @@
#
# Please make sure to change the first couple of lines in your configuration.nix:
# { config, inputs, lib, pkgs, ... }:
# { config, inputs, ouputs, lib, pkgs, ... }:
#
# {
# imports = [ # Include the results of the hardware scan.
@ -26,9 +26,15 @@
#
# home-manager = {
# useUserPackages = true;
# extraSpecialArgs = { inherit inputs outputs; };
# users.your-name =
# import ../../home/your-name/${config.networking.hostName}.nix;
# };
#
# Please also change your hostname accordingly:
#:w
# networking.hostName = "nixos"; # Define your hostname.
{
imports = [ ../common ./configuration.nix ];