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 ]; }