flake update

This commit is contained in:
Lucy Hochkamp 2025-05-12 01:22:47 +02:00
parent 401cc0f269
commit 93a675c06a
No known key found for this signature in database
5 changed files with 130 additions and 37 deletions

View file

@ -7,7 +7,7 @@
}:
{
imports = [
(import <mobile-nixos/lib/configuration.nix> { device = "lenovo-krane"; })
(import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "lenovo-krane"; })
./hardware-configuration.nix
# <mobile-nixos/examples/plasma-mobile/plasma-mobile.nix>
];
@ -42,7 +42,7 @@
security.rtkit.enable = true;
services.tailscale.enable = true;
services.tailscale.useRoutingFeatures = "client";
# services.tailscale.useRoutingFeatures = "client";
xyno.hardware.kmonad.enable = true;
xyno.presets.cli.enable = true;
xyno.presets.gui.enable = true;