Remove unused bindings from common jay config.

This commit is contained in:
jay
2025-07-12 13:46:39 -04:00
parent 04d52e047b
commit 64390aec8a
14 changed files with 15 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
{ config, pkgs, inputs, lib, ... }:
{ pkgs, inputs, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
# manag:e.
home.username = "jay";
home.homeDirectory = "/home/jay";

View File

@@ -1,4 +1,4 @@
{ lib, pkgs, ...}: {
{ lib, ... }: {
programs.alacritty = lib.mkForce {
enable = true;
settings = {

View File

@@ -1,3 +1,3 @@
{ pkgs, ...}: {
{ ... }: {
programs.bash.enable = true;
}

View File

@@ -1,4 +1,4 @@
{ pkgs, ...}: {
{ ... }: {
wayland.windowManager.hyprland = {
# Allow home-manager to configure hyprland
enable = true;

View File

@@ -1,3 +1,3 @@
{ pkgs, ...}: {
{ ... }: {
programs.hyprlock.enable = true;
}

View File

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

View File

@@ -1,3 +1,3 @@
{ pkgs, ...}: {
{ ... }: {
programs.lazygit.enable = true;
}

View File

@@ -1,4 +1,4 @@
{ pkgs, ...}: {
{ ... }: {
programs.oh-my-posh = {
enable = true;
enableBashIntegration = true;

View File

@@ -1,3 +1,3 @@
{ pkgs, ...}: {
{ ... }: {
programs.rbw.enable = true;
}

View File

@@ -1,4 +1,4 @@
{ pkgs, inputs, ...}: {
{ pkgs, ... }: {
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";

View File

@@ -1,3 +1,3 @@
{ pkgs, ...}: {
{ ... }: {
services.arrpc.enable = true;
}

View File

@@ -1,4 +1,4 @@
{ pkgs, ...}: {
{ ... }: {
services.fluidsynth = {
enable = true;
soundService = "pipewire-pulse";

View File

@@ -1,4 +1,4 @@
{ pkgs, ...}: {
{ ... }: {
services.hypridle = {
enable = true;
settings = {