clean up
This commit is contained in:
@ -1,8 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/common.nix
|
../../modules/common.nix
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
|
||||||
modulesPath,
|
modulesPath,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
@ -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;
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/common.nix
|
../../modules/common.nix
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user