This commit is contained in:
Lucy Hochkamp 2025-04-24 20:03:33 +02:00
parent 11bd02cf4f
commit 45b923da8c
No known key found for this signature in database

View file

@ -7,6 +7,7 @@
}:
{
nixpkgs.system = "aarch64-linux";
# nix.package = pkgs.nix;
nixpkgs.buildPlatform = { system = "x86_64-linux"; };
nixpkgs.hostPlatform = { system = "aarch64-linux"; };
imports = [ (import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "lenovo-krane";} ) ];
@ -73,8 +74,7 @@
# xyno.desktop.fcitx5.enable = true;
# hardware.bluetooth.enable = true;
# services.blueman.enable = true;
services.power-profiles-daemon.enable = true;
programs.kdeconnect.enable = true;
# services.power-profiles-daemon.enable = true;
# services.flatpak.enable = true;
system.stateVersion = "24.11";