Indentation

This commit is contained in:
Thomas Avé 2024-05-31 14:55:36 +02:00
parent c3142b0761
commit a1dc86fb39
3 changed files with 156 additions and 156 deletions

View File

@ -5,8 +5,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = imports = [
[ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
@ -77,8 +76,9 @@
}; };
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
# List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
# List packages installed in system profile. To search, run:
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
curl curl