clean hm modules
All checks were successful
nix flake show / show-flake (push) Successful in 27s

This commit is contained in:
smayzy 2025-07-24 18:45:11 +02:00
parent 72e91c49fb
commit 412ce8623a
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, lib, ... }:
let let
inherit (lib) mkIf mkOption types; inherit (lib) mkIf mkOption types;
in in

View File

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