From 21b7649094d4ed792ef330b00cb5c6be881b4761 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 19 Dec 2024 00:23:25 -0500 Subject: [PATCH] home/hyprland: remove flake self reference having to rebuild this one configuration file every time i change anything is really annoying --- home/sessions/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/sessions/hyprland/default.nix b/home/sessions/hyprland/default.nix index 4d169d8..92eefe1 100644 --- a/home/sessions/hyprland/default.nix +++ b/home/sessions/hyprland/default.nix @@ -339,8 +339,8 @@ in "$mod, mouse_up, workspace, e-1" # show this file (help) - ("$mod, slash, exec, ${terminal} -e ${pkgs.neovim}/bin/nvim '+set nomodifiable' '+noremap q :q' " - + lib.escapeShellArg (args.vars.self.outPath + "/home/sessions/hyprland/default.nix")) + # ("$mod, slash, exec, ${terminal} -e ${pkgs.neovim}/bin/nvim '+set nomodifiable' '+noremap q :q' " + # + lib.escapeShellArg (args.vars.self.outPath + "/home/sessions/hyprland/default.nix")) # edit this file ("$mod SHIFT, slash, exec, ${terminal} -e ${pkgs.neovim}/bin/nvim "