This commit is contained in:
Lucy Hochkamp 2025-04-24 19:47:30 +02:00
parent b69b80c93f
commit 11bd02cf4f
No known key found for this signature in database
18 changed files with 177 additions and 26 deletions

View file

@ -6,8 +6,10 @@
...
}:
{
nixpkgs.system = "x86_64-linux";
imports = [ ./hardware-configuration.nix ];
hardware.keyboard.zsa.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
home-manager.users.${config.xyno.system.user.name} = (
{ ... }:
{
@ -64,7 +66,8 @@
enable = true;
enableWifi = true;
};
xyno.desktop.fcitx5.enable = true;
xyno.desktop.easyeffects.enable = true;
# xyno.desktop.fcitx5.enable = true;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
services.power-profiles-daemon.enable = true;