aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-03 09:55:11 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-03 12:33:34 +0200
commit58b97370ffa0f08ab9ee07dca9cd9f580b7f491d (patch)
treef6e1f9eb6f16889b84e93272d0334800bb115371 /flake.nix
parente80de5ae7c0f96638820ee0b60a3776321fa19f1 (diff)
downloadnixos-58b97370ffa0f08ab9ee07dca9cd9f580b7f491d.tar.zst
Fixes
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
{