Fix stuff

This commit is contained in:
2024-03-20 22:31:01 +00:00
parent 3636840638
commit 27cb6291ed
4 changed files with 4 additions and 7 deletions

View File

@@ -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

View File

@@ -14,6 +14,8 @@
networking = {
networkmanager.enable = true;
firewall.checkReversePath = "loose";
};
systemd.services.NetworkManager-wait-online = {

View File

@@ -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
}

View File

@@ -50,7 +50,7 @@
rust-analyzer
unzip
zip
pkgs.zigpkgs.master
zigpkgs.master
];
guiPackages = with pkgs; [