Separate hyprland config from home for lappy.
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
{ config, pkgs, inputs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./programs/hyprland.nix
|
||||
./programs/hyprpanel.nix
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
7
nodes/hosts/lappy/home/jay/programs/hyprland.nix
Normal file
7
nodes/hosts/lappy/home/jay/programs/hyprland.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, lib, ... }: {
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user