Fix stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
|
||||
firewall.checkReversePath = "loose";
|
||||
};
|
||||
|
||||
systemd.services.NetworkManager-wait-online = {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
rust-analyzer
|
||||
unzip
|
||||
zip
|
||||
pkgs.zigpkgs.master
|
||||
zigpkgs.master
|
||||
];
|
||||
|
||||
guiPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user