nix-config/machines/aramis/profiles.nix

10 lines
155 B
Nix

{ ... }:
{
my.profiles = {
# Bluetooth configuration and GUI
bluetooth.enable = true;
# i3 configuration
wm.windowManager = "i3";
};
}