Removed unnecessary inputs from nix home files

This commit is contained in:
Random936 2024-09-21 00:04:35 -07:00
parent 6670c91cc9
commit ac9c051a87
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ ... }:
{
home = {
username = "jadenmaxwell";

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }: {
{ pkgs, ... }: {
# Hacking specific packages.
home.packages = with pkgs; [

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, user, ... }: {
{ pkgs, user, ... }: {
home = {
username = "${user}";

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, user, ... }: {
{ pkgs, user, ... }: {
home = {
username = "${user}";

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }: {
{ pkgs, ... }: {
programs.neovim = {
enable = true;
vimAlias = true;

View File

@ -1,4 +1,4 @@
{ inputs, lib, config, pkgs, ... }:
{ lib, config, pkgs, ... }:
let
mypkgs = import ../packages/all-packages.nix {
inherit pkgs lib config;

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }: {
{ pkgs, ... }: {
home.packages = with pkgs; [
meslo-lgs-nf