actualize
This commit is contained in:
parent
7dd47b6238
commit
6db21d1496
4 changed files with 141 additions and 80 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue