From 595a7a5a012c25ba2218bf4d6071d4f49b5a03e5 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 5 Apr 2024 20:56:49 +0300 Subject: [PATCH] Laptop : Add Sway & Tablet support. --- flake.nix | 1 + host/laptop/Configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f6ea9003..0385826a 100644 --- a/flake.nix +++ b/flake.nix @@ -225,6 +225,7 @@ ./module/PowersaveAmd.nix ./module/Print.nix ./module/RemoteBuild.nix + ./module/Sway.nix ./user/Dasha.nix ./user/Voronind.nix ]; diff --git a/host/laptop/Configuration.nix b/host/laptop/Configuration.nix index 277f895f..c8651138 100644 --- a/host/laptop/Configuration.nix +++ b/host/laptop/Configuration.nix @@ -1,5 +1,6 @@ { ... }: { imports = [ ./Filesystem.nix + ../dasha/Tablet.nix ]; }