fix espanso on elecrta, waybar tweaks, wol experiments

This commit is contained in:
alisceon 2026-01-29 14:08:41 +01:00
parent aceec1d4b5
commit e7632cb5d3
4 changed files with 48 additions and 48 deletions

View file

@ -4,9 +4,6 @@
imports =
[ ./hardware-configuration.nix ];
networking.hostName = "electra";
environment.systemPackages = with pkgs; [
wakeonlan
];
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
@ -17,6 +14,10 @@
};
#resumeDevice = "/dev/disk/by-uuid/c49249b9-0d68-44af-97e0-e399c8409408";
}; # end boot
environment.systemPackages = [
pkgs.bluetui
pkgs.wakeonlan
];
systemd.services = {
fprintd = {
wantedBy = [ "multi-user.target" ];