external screen updates
This commit is contained in:
Generated
+3
-3
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user