From e335b0b874414efeffec73ac6138263c990fb2d9 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 30 Apr 2025 23:13:58 -0500 Subject: [PATCH] Try cursor on Exodus --- hosts/exodus/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/exodus/default.nix b/hosts/exodus/default.nix index 43b081c..654d99b 100644 --- a/hosts/exodus/default.nix +++ b/hosts/exodus/default.nix @@ -1,4 +1,9 @@ -{ config, lib, ... }: +{ + config, + lib, + pkgs, + ... +}: { imports = [ ./hardware-configuration.nix ]; @@ -13,6 +18,9 @@ "aarch64-linux" ]; }; + + environment.defaultPackages = [ pkgs.code-cursor ]; + greg = { home = true; gnome.enable = true;