chore: HomeManager | cleanup unused vars

This commit is contained in:
2025-01-31 23:04:31 +05:00
parent e885306bf0
commit 820624ad7e
8 changed files with 7 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, font, ... }:
{ font, ... }:
{
programs.alacritty = {

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
programs.direnv = {

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, userName, userEmail, ... }:
{ lib, pkgs, userName, userEmail, ... }:
{
programs.git = {

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
programs.neovim = {

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
let
onePassPath = "~/.1password/agent.sock";

View File

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

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, ... }:
{
programs.zsh = {