Nettoyage et mise à jour
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.os.bluetooth;
|
||||
in
|
||||
{
|
||||
options.os.bluetooth = {
|
||||
enable = mkEnableOption "System networks manager service";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
};
|
||||
}
|
||||
@@ -17,7 +17,5 @@ in
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,12 +32,13 @@ in
|
||||
|
||||
systemPackages =
|
||||
with pkgs;
|
||||
[ nautilus ]
|
||||
++ [
|
||||
[
|
||||
nautilus
|
||||
loupe
|
||||
papers
|
||||
simple-scan
|
||||
];
|
||||
]
|
||||
++ (lib.optional config.os.flatpak.enable gnome-software);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user