surface wip

This commit is contained in:
2026-04-09 21:38:16 +01:00
parent 8ca46d9edc
commit aa9d3a056f
9 changed files with 182 additions and 67 deletions
+11 -11
View File
@@ -14,14 +14,14 @@
<modules/hyprland/doloro-settings>
modules.sops
modules.fish
(<modules/helium> {
default = true;
})
# (<modules/helium> {
# default = true;
# })
modules.kitty
modules.stylix
modules.quickshell
modules.lavd
modules.podman
# modules.stylix
# modules.quickshell
# modules.lavd
# modules.podman
# modules.openvivo
];
nixos =
@@ -37,9 +37,9 @@
{ pkgs, ... }:
{
wayland.windowManager.hyprland.settings = {
monitor = [
"eDP-1, 2880x1800@120, 0x0, 2"
];
# monitor = [
# "eDP-1, 2880x1800@120, 0x0, 2"
# ];
input = {
kb_layout = "gb";
follow_mouse = 2;
@@ -58,7 +58,7 @@
telegram-desktop
equibop
obsidian
intel-gpu-tools
# intel-gpu-tools
brightnessctl
];
nixpkgs.config.allowUnfree = true;