Fix stuff
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
in {
|
in {
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
boot.loader.systemd-boot.enable = lib.mkDefault true;
|
||||||
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
|
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
|
||||||
|
|
||||||
# nix flakes compatibility
|
# nix flakes compatibility
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
|
|
||||||
|
firewall.checkReversePath = "loose";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.NetworkManager-wait-online = {
|
systemd.services.NetworkManager-wait-online = {
|
||||||
|
|||||||
@@ -138,12 +138,6 @@ in {
|
|||||||
workspace_swipe_fingers = 4
|
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 {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
rust-analyzer
|
rust-analyzer
|
||||||
unzip
|
unzip
|
||||||
zip
|
zip
|
||||||
pkgs.zigpkgs.master
|
zigpkgs.master
|
||||||
];
|
];
|
||||||
|
|
||||||
guiPackages = with pkgs; [
|
guiPackages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user