standard template finalised
This commit is contained in:
@ -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 ];
|
||||
|
Reference in New Issue
Block a user