flake
This commit is contained in:
parent
9ba924955f
commit
771a7e045c
@ -14,7 +14,17 @@
|
|||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
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.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Rome";
|
time.timeZone = "Europe/Rome";
|
||||||
@ -100,7 +110,6 @@
|
|||||||
adw-gtk3
|
adw-gtk3
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
wluma
|
wluma
|
||||||
blueman
|
|
||||||
wlsunset
|
wlsunset
|
||||||
playerctl
|
playerctl
|
||||||
sway-contrib.grimshot
|
sway-contrib.grimshot
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, ... }: {
|
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
|
||||||
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user