wildfire: 169 current 2025-06-18 11:24:29 25.05.20250615.6c64dab 6.15.2 *
refactor home-manager files and config imports
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
@ -9,6 +9,8 @@
|
||||
../../modules/desktops/hyprland-desktop.nix
|
||||
../../modules/programs.nix
|
||||
];
|
||||
# Extend home-manager configuration with host-specific monitor settings
|
||||
home-manager.users.schulze.imports = [./hyprland-monitors.nix];
|
||||
|
||||
networking.hostName = "hurricane";
|
||||
|
||||
|
7
hosts/hurricane/hyprland-monitors.nix
Normal file
7
hosts/hurricane/hyprland-monitors.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{...}: {
|
||||
# Home Manager Hyprland monitors
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
#monitor = DP-3, 2560x1440@143.97, 1920x-360, auto;
|
||||
#monitor = HDMI-A-1, 1920x1080@60, 0x0, auto;
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user