Split out laptop and desktop configs
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
hostname,
|
||||
...
|
||||
}: {
|
||||
wayland.windowManager.hyprland = {
|
||||
@@ -12,6 +13,6 @@
|
||||
hidpi = true;
|
||||
};
|
||||
nvidiaPatches = true;
|
||||
extraConfig = builtins.readFile ./hyprland.conf;
|
||||
extraConfig = (builtins.readFile ./${hostname}.conf) + (builtins.readFile ./hyprland.conf);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user