mewww
This commit is contained in:
parent
11bd02cf4f
commit
45b923da8c
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
nixpkgs.system = "aarch64-linux";
|
nixpkgs.system = "aarch64-linux";
|
||||||
|
# nix.package = pkgs.nix;
|
||||||
nixpkgs.buildPlatform = { system = "x86_64-linux"; };
|
nixpkgs.buildPlatform = { system = "x86_64-linux"; };
|
||||||
nixpkgs.hostPlatform = { system = "aarch64-linux"; };
|
nixpkgs.hostPlatform = { system = "aarch64-linux"; };
|
||||||
imports = [ (import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "lenovo-krane";} ) ];
|
imports = [ (import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "lenovo-krane";} ) ];
|
||||||
|
|
@ -73,8 +74,7 @@
|
||||||
# xyno.desktop.fcitx5.enable = true;
|
# xyno.desktop.fcitx5.enable = true;
|
||||||
# hardware.bluetooth.enable = true;
|
# hardware.bluetooth.enable = true;
|
||||||
# services.blueman.enable = true;
|
# services.blueman.enable = true;
|
||||||
services.power-profiles-daemon.enable = true;
|
# services.power-profiles-daemon.enable = true;
|
||||||
programs.kdeconnect.enable = true;
|
|
||||||
# services.flatpak.enable = true;
|
# services.flatpak.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue