improved organisation

moved host modules to hosts/modules and modified deploy script
This commit is contained in:
do butterflies cry? 2025-02-24 13:19:36 +10:00
parent 60d7ddb8a8
commit 541a70a0ba
18 changed files with 27 additions and 20 deletions

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
# Enable Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = false;
# TODO: this should be managed by home-manager
environment.systemPackages = with pkgs; [
overskride
];
}