diff --git a/home/base.nix b/home/base.nix index 92bec9d..ca3fca2 100644 --- a/home/base.nix +++ b/home/base.nix @@ -12,7 +12,7 @@ home.packages = with pkgs; [ file - python3 + (python3.withPackages (ps: with ps; [ debugpy ])) sshfs ripgrep ]; diff --git a/home/hyprland.nix b/home/hyprland.nix index 6f53bea..c398d6b 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -298,6 +298,7 @@ env = HYPRCURSOR_SIZE,24 windowrule = float, class:floating + windowrule = float, class:Matplotlib windowrule = tile, class:Nsxiv # fix kdeconnect presentation mode. credit: https://www.reddit.com/r/hyprland/comments/1d0f2ou/to_the_one_person_using_kde_connect_presentation/