summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/audio.nix2
-rw-r--r--modules/dwl.nix9
2 files changed, 1 insertions, 10 deletions
diff --git a/modules/audio.nix b/modules/audio.nix
index dd5be80..e7579c1 100644
--- a/modules/audio.nix
+++ b/modules/audio.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, ... }:
+{ ... }:
{
services = {
diff --git a/modules/dwl.nix b/modules/dwl.nix
deleted file mode 100644
index 983cb57..0000000
--- a/modules/dwl.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-{
- programs.dwl = {
- enable = true;
-# package = pkgs.dwl.overrideAttrs {
-# src = ./dwl;
-# };
- };
-}