refactor!: remove unused modules, bindings, etc.

This commit is contained in:
Moritz Böhme 2023-04-10 15:12:45 +02:00
parent b1a6d5016a
commit 5fc963c537
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
48 changed files with 93 additions and 540 deletions

View file

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

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
with lib;
let

View file

@ -1,6 +1,5 @@
{ config
, lib
, pkgs
, ...
}:

View file

@ -1,6 +1,5 @@
{ config
, lib
, pkgs
, ...
}:

View file

@ -1,6 +1,5 @@
{ config
, lib
, pkgs
, ...
}: