Fix lsp warnings for clean code

This commit is contained in:
Julian Mutter 2025-04-28 22:27:16 +02:00
parent 903776dca6
commit 8d94428f77
2 changed files with 2 additions and 10 deletions

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
lib,
pkgs,
...
}: {
home.sessionVariables = { home.sessionVariables = {
FLAKE = "/home/julian/.dotfiles"; FLAKE = "/home/julian/.dotfiles";
}; };

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
lib,
pkgs,
...
}: {
imports = [../../gtk]; imports = [../../gtk];
services.blueman-applet.enable = true; services.blueman-applet.enable = true;