continue refactor, home modules are actual modules and remove some useless files
This commit is contained in:
16
homeConfigs/hosts/laptop/hyprland.nix
Normal file
16
homeConfigs/hosts/laptop/hyprland.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
bind = [
|
||||
#lock
|
||||
", XF86Launch1, exec, hyprlock"
|
||||
", XF86Launch4, exec, pkill activate-linux"
|
||||
];
|
||||
monitor= [
|
||||
"eDP-1, 1920x1080@120, 0x0, 1"
|
||||
"HDMI-A-1, 1920x1080@60, auto, auto"
|
||||
];
|
||||
env = [ "AQ_DRM_DEVICES,/dev/dri/card1"];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user