emacs has been adapted

This commit is contained in:
2026-03-06 13:44:14 +01:00
parent 7817190e70
commit 1d2e7b66ba
61 changed files with 944 additions and 5567 deletions
@@ -0,0 +1,15 @@
{ pkgs, ... }:
{
imports = [
../../home
];
home.packages = with pkgs; [
brightnessctl
];
wayland.windowManager.hyprland = {
extraConfig = ''
# Default portable monitor rule
monitor=DP-1,3840x1080@144,1920x0,1
'';
};
}