Try cursor on Exodus

This commit is contained in:
Greg Hellings
2025-04-30 23:13:58 -05:00
parent b0004aa765
commit e335b0b874
+9 -1
View File
@@ -1,4 +1,9 @@
{ config, lib, ... }: {
config,
lib,
pkgs,
...
}:
{ {
imports = [ ./hardware-configuration.nix ]; imports = [ ./hardware-configuration.nix ];
@@ -13,6 +18,9 @@
"aarch64-linux" "aarch64-linux"
]; ];
}; };
environment.defaultPackages = [ pkgs.code-cursor ];
greg = { greg = {
home = true; home = true;
gnome.enable = true; gnome.enable = true;