cleaning nil warnings

main
Zynh Ludwig 2024-05-29 19:59:35 -07:00
parent e4823110b1
commit 0f3a5ec38e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }: { pkgs, inputs, ... }:
{ {
imports = [ imports = [
@ -23,7 +23,7 @@
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.
home.packages = with pkgs; [ home.packages = [
# # Adds the 'hello' command to your environment. It prints a friendly # # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run. # # "Hello, world!" when run.
# pkgs.hello # pkgs.hello