summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-06 14:23:19 +0200
committerSoispha <soispha@vhack.eu>2023-05-06 14:33:54 +0200
commit364bb107aadf28b67225d01f716a68a3b9a162d2 (patch)
tree9420e63f892e37e86b497221e3f13732293316b8 /flake.nix
parentFeat(u/sils/git): Enable delta (diff)
downloadnix-config-364bb107aadf28b67225d01f716a68a3b9a162d2.tar.gz
nix-config-364bb107aadf28b67225d01f716a68a3b9a162d2.zip
Fix(flake): Typo
Co-authored-by: sils <sils@sils.li>
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 96fc132..b1a0696 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
 {
-  description = "My Nixo system configuration";
+  description = "My Nixos system configuration";
   inputs = {
     nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
     home-manager = {