From 27cb6291ed2036f8ba8a0c8640e962481d705e22 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 20 Mar 2024 22:31:01 +0000 Subject: [PATCH] Fix stuff --- hosts/common/default.nix | 1 + hosts/common/graphical/default.nix | 2 ++ users/configs/desktop/hyprland/default.nix | 6 ------ users/daniel/default.nix | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 159902d..c68d6f7 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -24,6 +24,7 @@ in { # Use the systemd-boot EFI boot loader. boot.kernelPackages = pkgs.linuxPackages_latest; + boot.loader.systemd-boot.enable = lib.mkDefault true; boot.loader.efi.canTouchEfiVariables = lib.mkDefault true; # nix flakes compatibility diff --git a/hosts/common/graphical/default.nix b/hosts/common/graphical/default.nix index 2f926dd..41a37d1 100644 --- a/hosts/common/graphical/default.nix +++ b/hosts/common/graphical/default.nix @@ -14,6 +14,8 @@ networking = { networkmanager.enable = true; + + firewall.checkReversePath = "loose"; }; systemd.services.NetworkManager-wait-online = { diff --git a/users/configs/desktop/hyprland/default.nix b/users/configs/desktop/hyprland/default.nix index 9dd2b06..fdcaa3e 100644 --- a/users/configs/desktop/hyprland/default.nix +++ b/users/configs/desktop/hyprland/default.nix @@ -138,12 +138,6 @@ in { workspace_swipe_fingers = 4 } - # Example per-device config - # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more - device:epic mouse V1 { - sensitivity = -0.5 - } - misc { disable_hyprland_logo = true } diff --git a/users/daniel/default.nix b/users/daniel/default.nix index 23eba8b..5937d56 100644 --- a/users/daniel/default.nix +++ b/users/daniel/default.nix @@ -50,7 +50,7 @@ rust-analyzer unzip zip - pkgs.zigpkgs.master + zigpkgs.master ]; guiPackages = with pkgs; [