Compare commits
2 Commits
fbdb145b3c
...
11fed23ef9
| Author | SHA1 | Date | |
|---|---|---|---|
| 11fed23ef9 | |||
| 15cb65e0c3 |
@@ -315,7 +315,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
|
#"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
|
||||||
"$terminal" = "alacritty";
|
"$terminal" = "alacritty";
|
||||||
"$filemanager" = "dolphin";
|
"$filemanager" = "dolphin";
|
||||||
"$menu" = "rofi -show drun -show-icons";
|
"$menu" = "rofi -show drun -show-icons";
|
||||||
|
|||||||
10
nodes/hosts/lappy/home/jay/home.nix
Normal file
10
nodes/hosts/lappy/home/jay/home.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ config, pkgs, inputs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
wayland.windowManager.hyprland = {
|
||||||
|
settings = {
|
||||||
|
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
10
nodes/hosts/nixy/home/jay/home.nix
Normal file
10
nodes/hosts/nixy/home/jay/home.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ config, pkgs, inputs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
wayland.windowManager.hyprland = {
|
||||||
|
settings = {
|
||||||
|
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user