refactor some things, might have broken everything

This commit is contained in:
2026-06-15 02:21:03 +02:00
parent 73e25a00b6
commit 08a5db8508
61 changed files with 1013 additions and 1103 deletions

View File

@ -1,11 +1,6 @@
{ ... }:
{
mods.game.enable = false;
mods.hyprland.enable = false;
mods.x11.enable = true;
programs.firefox.enable = false;
services.picom = {
backend = "xrender";
settings = {

View File

@ -1,7 +1,6 @@
{ ... }:
{
mods.x11.enable = true;
wayland.windowManager.hyprland.settings = {
monitor = [
"DP-2, 1920x1080@60Hz, -1920x0, auto"
@ -23,6 +22,4 @@
cursor.no_hardware_cursors = true;
misc.vrr = 1;
};
mods.hyprland.autoSuspend = false;
}

View File

@ -1,5 +1,4 @@
{ lib, pkgs, ... }:
{
mods.nonChromium.enable = false;
}

View File

@ -27,13 +27,7 @@
", XF86Launch1, exec, hyprlock"
", XF86Launch4, exec, pkill activate-linux"
];
bindl = [
# ",switch:off:Lid Switch,exec,hyprctl keyword monitor \"eDP-1, 1920x1080@120, 0x0, 1\""
# ",switch:on:Lid Switch,exec,hyprctl keyword monitor \"eDP-1, disable\""
];
monitor= [
# "eDP-1, modeline 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync, 0x0, 1"
"eDP-1, 1920x1080@120, 0x0, 1"
"HDMI-A-1, 1920x1080@60, auto, auto"
];
@ -43,8 +37,6 @@
home.packages = with pkgs; [
blender
wireshark
localsend
impala
];
services.mpris-proxy.enable = true;

View File

@ -1,12 +1,4 @@
{ config, lib, pkgs, ... }:
{
mods.bash.goback = false;
wayland.windowManager.hyprland.settings = {
monitor= [
"virt-1, 1920x1080@60, 0x0, 1.0"
];
env = ["WLR_BACKENDS,headless"];
};
}