machines: aramis: use laptop profile
This commit is contained in:
parent
cd967ccf99
commit
6c4f494a42
|
@ -21,9 +21,6 @@
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
|
||||||
services.xserver.libinput.enable = true;
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
# GTK theme configuration
|
# GTK theme configuration
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
# Laptop specific configuration
|
||||||
|
laptop.enable = true;
|
||||||
# i3 configuration
|
# i3 configuration
|
||||||
wm.windowManager = "i3";
|
wm.windowManager = "i3";
|
||||||
# X configuration
|
# X configuration
|
||||||
|
|
Loading…
Reference in a new issue