From 6c4f494a424eee58f957c5700cad602d3e2c9e5b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 9 May 2021 12:04:26 +0200 Subject: [PATCH] machines: aramis: use laptop profile --- machines/aramis/default.nix | 3 --- machines/aramis/profiles.nix | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/machines/aramis/default.nix b/machines/aramis/default.nix index 1af2dd6..bb78127 100644 --- a/machines/aramis/default.nix +++ b/machines/aramis/default.nix @@ -21,9 +21,6 @@ # Enable CUPS to print documents. 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 # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave diff --git a/machines/aramis/profiles.nix b/machines/aramis/profiles.nix index e8701aa..6d2bef7 100644 --- a/machines/aramis/profiles.nix +++ b/machines/aramis/profiles.nix @@ -5,6 +5,8 @@ bluetooth.enable = true; # GTK theme configuration gtk.enable = true; + # Laptop specific configuration + laptop.enable = true; # i3 configuration wm.windowManager = "i3"; # X configuration