[chore] Add config for new nix box.

This commit is contained in:
Mariano Uvalle
2026-01-17 23:10:04 -08:00
committed by jmug
parent 1fea0933d2
commit e87207d4d8
9 changed files with 418 additions and 46 deletions
+9 -8
View File
@@ -10,6 +10,7 @@
# Screenshots.
home.packages = with pkgs; [
hyprshot
hyprlauncher
];
# Notifications daemon.
services.swaync.enable = true;
@@ -18,13 +19,13 @@
wayland.windowManager.hyprland.settings = {
monitor = [
",preferred,auto,auto"
"HDMI-A-1,preferred,auto,1.333333"
"HDMI-A-1,3840x2160@60.00Hz,auto,1.3333"
"eDP-1,preferred,auto,1.6"
];
"$terminal" = "ghostty";
"$fileManager" = "dolphin"; # TODO: Change.
"$menu" = "GSK_RENDERER=ngl walker";
"$menu" = "hyprlauncher";
env = [
"XCURSOR_SIZE,24"
@@ -118,11 +119,11 @@
};
};
gestures = {
workspace_swipe = true;
workspace_swipe_fingers = 3;
workspace_swipe_distance = 150;
};
# gestures = {
# workspace_swipe = true;
# workspace_swipe_fingers = 3;
# workspace_swipe_distance = 150;
# };
"$mainMod" = "SUPER"; # Sets "Windows" key as main modifier
@@ -177,7 +178,7 @@
"$mainMod, mouse_up, workspace, e-1"
# App launcher
"$mainMod, space, exec, $menu"
"$mainMod, space, exec, pkil $menu || $menu"
];
bindm = [