aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 1b483d1..50c4436 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,13 +30,13 @@
let
inherit (self) outputs;
vars = {
- user = "petri";
- name = "Petri Hienonen";
+ editor = "nvim";
email = "petri.hienonen@gmail.com";
location = "$HOME/.nix";
- terminal = "ghostty";
- editor = "nvim";
+ name = "Petri Hienonen";
shell = "nushell";
+ terminal = "ghostty";
+ user = "petri";
};
in
{