Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

add my trusted Super+Return for Wezterm


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (Mar 31, 2026, 2:38 PM +0200) 1dabaee3 62e9f005

+15 -1
+15 -1
home/modules/cosmic.nix
··· 2339 2339 Terminal: "wezterm start --cwd .", 2340 2340 } 2341 2341 ''; 2342 - 2342 + xdg.configFile."cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom".text = '' 2343 + { 2344 + ( 2345 + modifiers: [ 2346 + Super, 2347 + ], 2348 + key: "Return", 2349 + ): System(Terminal), 2350 + ( 2351 + modifiers: [ 2352 + Super, 2353 + ], 2354 + ): System(Launcher), 2355 + } 2356 + ''; 2343 2357 # com.system76.CosmicSettings.WindowRules -------------------------------------------------------------------------------- 2344 2358 2345 2359 # com.system76.CosmicBackground ------------------------------------------------------------------------------------------