Indentation
This commit is contained in:
parent
c3142b0761
commit
a1dc86fb39
|
@ -5,8 +5,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
@ -77,8 +76,9 @@
|
|||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
||||
# $ nix search wget
|
||||
# List packages installed in system profile. To search, run:
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
curl
|
||||
|
|
Loading…
Reference in New Issue