external screen updates

This commit is contained in:
Miguel Palhas
2025-06-04 09:38:33 +01:00
parent 7d0acb6165
commit 622484eb93
4 changed files with 9 additions and 4 deletions
Generated
+3 -3
View File
@@ -899,11 +899,11 @@
"nixpkgs": "nixpkgs_7"
},
"locked": {
"lastModified": 1746350330,
"narHash": "sha256-8L7+rAUZWmD3cCW0ggdFM9N1uGxFFTp2L86JgPAZll4=",
"lastModified": 1746760187,
"narHash": "sha256-L1NQFK3X4e0Xidw7D7ECQv3G+j4fXkxW7ITGZkjIk8s=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "5c102e1af59678450d031e2688e5e052fd60b732",
"rev": "7aa363c80e66548445ce392edc6d05a7d74b8fd7",
"type": "github"
},
"original": {
+1
View File
@@ -12,6 +12,7 @@
inputs.nixvim.homeManagerModules.nixvim
../common/programs/default.nix
../common/programs/desktop
../common/programs/zen-browser.nix
../common/programs/hyprland
../common/programs/ghostty.nix
../common/programs/syncthing.nix
+4 -1
View File
@@ -14,7 +14,10 @@ in
wayland.windowManager.hyprland.settings = {
monitor = [
"eDP-1, preferred, 0x0, 1, bitdepth, 8"
"DP-3, preferred, 0x-1440, 1"
"DP-1, preferred, auto-left, 1"
"DP-2, preferred, auto-left, 1"
"DP-3, preferred, auto-left, 1"
"DP-4, preferred, auto-left, 1"
# "DP-3, 1920x1200, 0x0, 1, mirror, eDP-1"
];
};
+1
View File
@@ -70,6 +70,7 @@
[[ -f ~/.secrets.zsh ]] && source ~/.secrets.zsh
export PATH="$HOME/.bin:$PATH"
export FOUNDRY_DISABLE_NIGHTLY_WARNING=true
# export PKG_CONFIG_PATH=$(nix eval --raw nixpkgs.openssl.dev)/lib/pkgconfig:$PKG_CONFIG_PATH
# export LIBRARY_PATH=$(nix eval --raw nixpkgs.openssl.dev)/lib:$LIBRARY_PATH
# export LD_LIBRARY_PATH=$(nix eval --raw nixpkgs.openssl.dev)/lib:$LD_LIBRARY_PATH