diff options
author | sils <sils@sils.li> | 2023-12-06 17:19:30 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-12-06 17:19:30 +0100 |
commit | 2c00474c3f196306f21de7e635d4f13f1641af8b (patch) | |
tree | 511be56a00c6e2f2901e02728add7609a69729cd /sys/default.nix | |
parent | refactor(treewide): move security config out of hosts (diff) | |
download | nix-config-2c00474c3f196306f21de7e635d4f13f1641af8b.zip |
refactor(treewide): move bluetooth declaration out of hosts
Diffstat (limited to 'sys/default.nix')
-rw-r--r-- | sys/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/default.nix b/sys/default.nix index a01da4d..67112f7 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -1,5 +1,6 @@ {...}: { imports = [ + ./bluetooth ./desktop/hyprland ./desktop/sway ./environment |