From 9c89121625500e7d3bb668abeb825f4e75c941ed Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 15 Sep 2024 19:09:29 -0700 Subject: home: rui --- home/ebisu/fortune/nix/default.nix | 1 + home/ebisu/fortune/system/variables.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'home') diff --git a/home/ebisu/fortune/nix/default.nix b/home/ebisu/fortune/nix/default.nix index c3a0fa1..c05f920 100644 --- a/home/ebisu/fortune/nix/default.nix +++ b/home/ebisu/fortune/nix/default.nix @@ -24,5 +24,6 @@ cached-nix-shell omnix.packages.${pkgs.system}.default nix-search.packages.${system}.default + rui.packages.${pkgs.system}.default ]; } diff --git a/home/ebisu/fortune/system/variables.nix b/home/ebisu/fortune/system/variables.nix index 97457ba..f365ed1 100644 --- a/home/ebisu/fortune/system/variables.nix +++ b/home/ebisu/fortune/system/variables.nix @@ -16,6 +16,7 @@ TERMINAL = "kitty"; TERMINAL_PROG = "kitty"; BROWSER = "zen"; + FLAKE_EDITOR = "code"; # Home directory clean-up # https://github.com/NixOS/nixpkgs/issues/224525#issuecomment-1945290961 -- cgit v1.2.3