This commit is contained in:
2025-06-18 11:27:14 +02:00
parent 14c54edd10
commit cac174dd69
5 changed files with 4 additions and 13 deletions

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
pkgs,
inputs,
...
}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/common.nix ../../modules/common.nix

View File

@ -4,7 +4,6 @@
{ {
config, config,
lib, lib,
pkgs,
modulesPath, modulesPath,
... ...
}: { }: {

View File

@ -1,4 +1,4 @@
{...}: { {
# Home Manager Hyprland monitors # Home Manager Hyprland monitors
wayland.windowManager.hyprland.extraConfig = '' wayland.windowManager.hyprland.extraConfig = ''
#monitor = DP-3, 2560x1440@143.97, 1920x-360, auto; #monitor = DP-3, 2560x1440@143.97, 1920x-360, auto;

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
pkgs,
inputs,
...
}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/common.nix ../../modules/common.nix

View File

@ -1,4 +1,4 @@
{...}: { {
# Home Manager Hyprland monitors # Home Manager Hyprland monitors
wayland.windowManager.hyprland.extraConfig = '' wayland.windowManager.hyprland.extraConfig = ''
monitor = DP-3, 2560x1440@143.97, 1920x-360, auto; monitor = DP-3, 2560x1440@143.97, 1920x-360, auto;