Remove unused bindings from lappy and lappy jay configs.

This commit is contained in:
jay
2025-07-12 13:50:23 -04:00
parent 64390aec8a
commit ac132756e4
8 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on # your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }: { ... }:
{ {
imports = imports =

View File

@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config # Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes # and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }: { config, lib, modulesPath, ... }:
{ {
imports = imports =

View File

@@ -1,4 +1,4 @@
{ config, pkgs, inputs, lib, ... }: { ... }:
{ {
imports = [ imports = [
./programs/hyprland.nix ./programs/hyprland.nix

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, ... }: { { ... }: {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
settings = { settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1"; "monitor" = "eDP-1, 2880x1800@120, 0x0, 1";

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, ... }: { { lib, ... }: {
programs.hyprpanel = { programs.hyprpanel = {
settings = { settings = {
"bar.layouts" = { "bar.layouts" = {

View File

@@ -1,4 +1,4 @@
{ pkgs, ...}: { { ... }: {
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
services.libinput.enable = true; services.libinput.enable = true;
} }

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }: { { config, ... }: {
boot = { boot = {
tmp = { tmp = {
useTmpfs = true; useTmpfs = true;

View File

@@ -1,4 +1,4 @@
{ config, ...}: { { ... }: {
networking.hostName = "lappy"; # Define your hostname. networking.hostName = "lappy"; # Define your hostname.
} }