This commit is contained in:
Dmitri 2025-10-04 13:49:01 +02:00
parent 9ba924955f
commit 771a7e045c
Signed by: kanopo
GPG Key ID: 759ADD40E3132AC7
2 changed files with 12 additions and 3 deletions

View File

@ -14,7 +14,17 @@
# Enable networking
networking.networkmanager.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
ControllerMode = "dual";
FastConnectable = true;
Experimental = true;
};
};
};
# Set your time zone.
time.timeZone = "Europe/Rome";
@ -100,7 +110,6 @@
adw-gtk3
xfce.thunar
wluma
blueman
wlsunset
playerctl
sway-contrib.grimshot

View File

@ -7,7 +7,7 @@
};
};
outputs = { self, nixpkgs, home-manager, ... }: {
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [