mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
Small enhancements for omanix (#3)
- Signal package - Configurable GDK_SCALE - Add input.nix (lol)
This commit is contained in:
@@ -10,6 +10,7 @@ in {
|
||||
./autostart.nix
|
||||
./bindings.nix
|
||||
./envs.nix
|
||||
./input.nix
|
||||
./looknfeel.nix
|
||||
./windows.nix
|
||||
];
|
||||
@@ -23,17 +24,6 @@ in {
|
||||
"$messenger" = lib.mkDefault "signal-desktop";
|
||||
"$webapp" = lib.mkDefault "$browser --app";
|
||||
|
||||
# Environment variables
|
||||
env = [
|
||||
"GDK_SCALE,2" # Change to 1 if on a 1x display
|
||||
|
||||
# TODO: Flake config
|
||||
# Uncomment if running NVIDIA GPU:
|
||||
# "NVD_BACKEND,direct"
|
||||
# "LIBVA_DRIVER_NAME,nvidia"
|
||||
# "__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
||||
];
|
||||
|
||||
monitor = cfg.monitors;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user