From 0a01c4b14bbaeae6c97576cbbc605e68cdd99402 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 6 Mar 2024 18:43:35 -0600 Subject: [PATCH] Adding hyprland config. --- flake.lock | 12 ++++++------ home-manager/durincore.nix | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 06a58be..adb9d56 100644 --- a/flake.lock +++ b/flake.lock @@ -25,11 +25,11 @@ ] }, "locked": { - "lastModified": 1709738167, - "narHash": "sha256-kXRaRg3jLBuZJVSNHC6zh8c879DVlveD1yoB/t6PyIU=", + "lastModified": 1709742003, + "narHash": "sha256-fYVjm6VGqzacPzCEy4nKcVLXy7pctJNHFqPpwm669uM=", "owner": "atuinsh", "repo": "atuin", - "rev": "f943e03f905f09ad71e234974a6c868d06d0bbe5", + "rev": "8e9e7b92a3fe514b706d7fb372f8f31ad3168743", "type": "github" }, "original": { @@ -661,11 +661,11 @@ ] }, "locked": { - "lastModified": 1709747035, - "narHash": "sha256-mW/AfjiH8AeFEMjnGYnVbXl8p7NaWo8RGqpx/sKwnQ4=", + "lastModified": 1709764752, + "narHash": "sha256-+lM4J4JoJeiN8V+3WSWndPHj1pJ9Jc1UMikGbXLqCTk=", "owner": "nix-community", "repo": "home-manager", - "rev": "f240015a3a2e03370cb86a820909af14ec1ed35a", + "rev": "cf111d1a849ddfc38e9155be029519b0e2329615", "type": "github" }, "original": { diff --git a/home-manager/durincore.nix b/home-manager/durincore.nix index 1464c7e..99543d0 100644 --- a/home-manager/durincore.nix +++ b/home-manager/durincore.nix @@ -7,6 +7,21 @@ enable = true; systemd.enable = true; plugins = [ inputs.hy3.packages.${pkgs.system}.hy3 ]; + settings = { + "$mod" = "SUPER"; + bind = + [ + "$mod, V, exec, vivaldi" + "$mod, W, exec, alacritty" + ]; + "monitor" = "eDP-1,1920x1080@60,0x0,1"; + "$terminal" = "alacritty"; + input = { + touchpad = { + natural_scroll = "false"; + }; + }; + }; }; @@ -198,7 +213,6 @@ env.TERM = "xterm-256color"; font = { size = 12; - draw_bold_text_with_bright_colors = true; }; scrolling.multiplier = 5; selection.save_to_clipboard = true;