Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Aug 30, 2024
1 parent 404cff2 commit ec5f173
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 38 deletions.
72 changes: 36 additions & 36 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion home/modules/wayland/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ in {
cursor = {
no_warps = true;
};
render = {
direct_scanout = true;
};
misc = {
disable_autoreload = true;
animate_mouse_windowdragging = false;
vrr = 1;
no_direct_scanout = false;
vfr = true;
disable_splash_rendering = true;
disable_hyprland_logo = true;
Expand Down
2 changes: 1 addition & 1 deletion parts/home_configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in {
[
config.entryPoint
{home = {inherit (config) username homeDirectory;};}
{systemd.user.startServices = "true";}
{systemd.user.startServices = "sd-switch";}
inputs.sops-nix.homeManagerModules.sops
inputs.catppuccin.homeManagerModules.catppuccin
inputs.anyrun.homeManagerModules.default
Expand Down

0 comments on commit ec5f173

Please sign in to comment.