From 5aec2aa97156ce278b09c2381735996898c04705 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 27 Feb 2026 18:34:01 +0100 Subject: [PATCH] Home/Nixinator: Add clion --- home/christoph/nixinator/default.nix | 2 +- home/homemodules/niri/default.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 3e7e6157..3a8e0214 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -113,7 +113,7 @@ # Intel FPGA design software # quartus-prime-lite - # jetbrains.clion + jetbrains.clion # jetbrains.rust-rover # jetbrains.pycharm-professional # jetbrains.idea-ultimate diff --git a/home/homemodules/niri/default.nix b/home/homemodules/niri/default.nix index 8bae2937..4e3c0edd 100644 --- a/home/homemodules/niri/default.nix +++ b/home/homemodules/niri/default.nix @@ -240,6 +240,11 @@ in { open-on-workspace = "2"; open-maximized = true; } + { + matches = [{app-id = "jetbrains-clion";}]; + open-on-workspace = "2"; + open-maximized = true; + } { matches = [{app-id = "code-url-handler";}]; open-on-workspace = "2";