actualize

This commit is contained in:
Aleksandr 2024-10-08 17:31:49 +03:00
parent 7dd47b6238
commit 6db21d1496
4 changed files with 141 additions and 80 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, inputs, ... }:
{ pkgs, lib, config, inputs, ... }:
let
types = lib.types;
sys = config.maid.sys;
@ -35,6 +35,10 @@ in
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
jujutsu
];
hardware.bluetooth = lib.mkIf sys.bluetooth.enable {
enable = true;
powerOnBoot = sys.bluetooth.powerOnBoot;