From b3cfddeafed9f853b4fd60882678f8496e099eb7 Mon Sep 17 00:00:00 2001 From: muon Date: Sat, 22 Nov 2025 11:11:01 +0000 Subject: [PATCH 1/2] Add direnv pane --- modules/home/terminal/development.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/home/terminal/development.nix b/modules/home/terminal/development.nix index 348bfa0..c110ceb 100644 --- a/modules/home/terminal/development.nix +++ b/modules/home/terminal/development.nix @@ -85,7 +85,7 @@ in { { pane = { command = "zsh"; - args = ["-c" "nvim"]; + args = ["-c" "direnv exec . nvim"]; }; } ]; @@ -98,9 +98,7 @@ in { }; _children = [ { - pane = { - command = "zsh"; - }; + pane = {}; } ]; }; From 7a66fb4cef35eb42262e731cdb4b38b0ae85bd33 Mon Sep 17 00:00:00 2001 From: muon Date: Sat, 22 Nov 2025 11:11:12 +0000 Subject: [PATCH 2/2] Remove muon screen saver --- hosts/muon/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/muon/configuration.nix b/hosts/muon/configuration.nix index 107d5c3..bda7f8f 100644 --- a/hosts/muon/configuration.nix +++ b/hosts/muon/configuration.nix @@ -67,6 +67,11 @@ in { services.picom.enable = true; services.picom.opacityRules = ["50:name *= '^Cheat$'"]; + # Turn off screen-saver + environment.extraInit = '' + xset s off -dpms + ''; + # Proprietary