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 = { programs.alacritty = {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,8 +1,6 @@
# This is your home-manager configuration file # This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix) # Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{ {
inputs,
outputs,
lib, lib,
config, config,
pkgs, pkgs,