hypr config

This commit is contained in:
2026-01-04 00:30:45 +09:00
parent 8cacd2eea4
commit 5c2ed26f69
3 changed files with 7 additions and 3 deletions
+3 -2
View File
@@ -1,11 +1,10 @@
{ pkgs, inputs, ... }:
{ pkgs, inputs, lib, ... }:
{
home.stateVersion = "25.05";
imports = [
../../home-manager/hyprland.nix
../../home-manager/hyprland-theme-thin.nix
../../home-manager/tofi.nix
../../home-manager/direnv.nix
../../home-manager/obs-studio.nix
@@ -44,6 +43,8 @@
};
};
wayland.windowManager.hyprland.settings.input.sensitivity = -0.5;
xdg.mimeApps = {
enable = true;
+4
View File
@@ -60,6 +60,10 @@ in
];
networking.firewall.allowedUDPPorts = [ ];
services.openvpn.servers = {
homeVPN = { config = '' config /root/nixos/openvpn/homeVPN.conf ''; };
};
services.udev.extraRules = ''
ATTRS{idVendor}=="3151", ATTRS{idProduct}=="502d", MODE="0777"
ATTRS{idVendor}=="414", ATTRS{idProduct}=="211a", MODE="0777"