2021-05-09 11:39:51 +02:00
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
my.profiles = {
|
|
|
|
# Bluetooth configuration and GUI
|
|
|
|
bluetooth.enable = true;
|
2021-06-03 18:11:42 +02:00
|
|
|
# Mouse and keyboard configuration
|
|
|
|
devices.enable = true;
|
2021-05-09 11:51:00 +02:00
|
|
|
# GTK theme configuration
|
|
|
|
gtk.enable = true;
|
2021-05-09 12:04:26 +02:00
|
|
|
# Laptop specific configuration
|
|
|
|
laptop.enable = true;
|
2022-12-16 12:14:14 +01:00
|
|
|
# Printers are hell, but so is the unability to print
|
|
|
|
printing.enable = true;
|
2021-05-09 11:45:46 +02:00
|
|
|
# i3 configuration
|
|
|
|
wm.windowManager = "i3";
|
2021-05-09 11:57:10 +02:00
|
|
|
# X configuration
|
|
|
|
x.enable = true;
|
2021-05-09 11:39:51 +02:00
|
|
|
};
|
|
|
|
}
|