removed dead code

This commit is contained in:
Luj 2024-03-30 20:18:12 +01:00
parent 8c1f06fda1
commit 0ebde53e83
Signed by: luj
GPG key ID: 6FC74C847011FD83
58 changed files with 60 additions and 66 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
let
cfg = config.luj.programs.alacritty;
in

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
let
cfg = config.luj.programs.dunst;
in

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
let
cfg = config.luj.programs.emacs;
in

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, inputs, ... }:
{ config, pkgs, lib, ... }:
let
cfg = config.luj.programs.hyprland;
terminal = "${pkgs.kitty}/bin/kitty";

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
let
cfg = config.luj.programs.ssh-client;
in