hypr設定とhome-manager管理

This commit is contained in:
2026-01-04 01:32:32 +09:00
parent 5c2ed26f69
commit d9d7402234
10 changed files with 446 additions and 289 deletions
+12 -6
View File
@@ -1,14 +1,22 @@
{ pkgs, inputs, lib, ... }:
{
pkgs,
inputs,
lib,
...
}:
{
home.stateVersion = "25.05";
imports = [
../../home-manager/hyprland.nix
../../home-manager/hyprland-theme-thin.nix
../../home-manager/hyprland
../../home-manager/tofi.nix
../../home-manager/fnott.nix
../../home-manager/direnv.nix
../../home-manager/obs-studio.nix
];
hare.hyprland = {
style = import ../../home-manager/hyprland/styles/thin.nix { inherit lib; };
input.sensitivity = -0.6;
};
home.packages = with pkgs; [
vivaldi
discord
@@ -43,8 +51,6 @@
};
};
wayland.windowManager.hyprland.settings.input.sensitivity = -0.5;
xdg.mimeApps = {
enable = true;