Change default resolution external monitor Aloria

This commit is contained in:
Thomas Avé 2025-05-02 11:36:07 +02:00
parent 966e9ee727
commit b9c2e7bbb9
3 changed files with 39 additions and 1 deletions

View File

@ -45,7 +45,7 @@ in
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [
"eDP-1,2880x1800@120.00Hz,0x0,1.2" "eDP-1,2880x1800@120.00Hz,0x0,1.2"
"HDMI-A-1,1920x1080@60,0x-1080,1" "HDMI-A-1,3840x2160@60.00Hz,0x-2160,1"
]; ];
bind = [ bind = [
", XF86PowerOff, exec, ${pkgs.rofi}/bin/rofi -show power-menu -modi power-menu:${ ", XF86PowerOff, exec, ${pkgs.rofi}/bin/rofi -show power-menu -modi power-menu:${

37
home/foot/default.nix Normal file
View File

@ -0,0 +1,37 @@
{ ... }:
{
programs.foot = {
enable = true;
server.enable = true;
settings = {
main = {
font = "Iosevka:size=14:style=Extended:fontfeatures=+ss05";
term = "xterm-256color";
};
tweak = {
sixel = "yes";
};
colors = {
background = "000010";
foreground = "F8F8F2";
regular0 = "121212";
regular1 = "fa2573";
regular2 = "97e123";
regular3 = "dfd460";
regular4 = "0f7fcf";
regular5 = "8700ff";
regular6 = "42a7cf";
regular7 = "bbbbbb";
bright0 = "555556";
bright1 = "f5669c";
bright2 = "b0e05e";
bright3 = "fef26c";
bright4 = "00afff";
bright5 = "af87ff";
bright6 = "50cdfe";
bright7 = "ffffff";
alpha = "0.3";
};
};
};
}

View File

@ -7,6 +7,7 @@
(import ../ags { inherit inputs pkgs; }) (import ../ags { inherit inputs pkgs; })
../rofi ../rofi
../alacritty ../alacritty
../foot
../kitty ../kitty
../ghostty ../ghostty
../firefox ../firefox