diff options
author | Silas Schöffel <sils@sils.li> | 2024-06-02 14:15:56 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-06-02 14:15:56 +0200 |
commit | 8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b (patch) | |
tree | 678522f7f00ee8524ab8f9bdfe0e6a1e4c0ad73a /sys/default.nix | |
parent | git: init module (diff) | |
download | nix-config-8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b.tar.gz nix-config-8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b.zip |
bluetooth: init module
Diffstat (limited to '')
-rw-r--r-- | sys/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/default.nix b/sys/default.nix index 82d323a..c5711cd 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -1,6 +1,5 @@ {...}: { imports = [ - ./bluetooth ./desktop/hyprland ./desktop/sway ./environment |