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 # Home Manager needs a bit of information about you and the paths it should
# manage. # manag:e.
home.username = "jay"; home.username = "jay";
home.homeDirectory = "/home/jay"; home.homeDirectory = "/home/jay";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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