diff --git a/configuration.nix b/configuration.nix index 1f48f03..6820d41 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,6 +92,7 @@ "$mainMod, V, togglefloating," ",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'" "$mainMod, A, togglesplit" + ", PRINT, exec, hyprshot -m region --clipboard-only" # Move between windows "$mainMod, h, movefocus, l" @@ -169,6 +170,7 @@ rust-lang.rust-analyzer # Rust mkhl.direnv # recognize custom nix environments tamasfe.even-better-toml # toml file support + myriad-dreamin.tinymist # typst files ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ { name = "skillavid-pure-black"; @@ -262,6 +264,9 @@ ollama-rocm python3 direnv # develop projects in custom environments + hyprshot # screenshots + typst # typst compilation + tinymist # typst previews ]; }; diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 3cd35c9..b9b42fd 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -21,6 +21,7 @@ }; script = '' ${pkgs.furmark}/bin/furmark --demo furmark-gl & + sleep 1m hyprctl dispatch dpms off sleep 1h pkill furmark