nix-config/machines/aramis/profiles.nix

12 lines
208 B
Nix

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