From cc9ae1901437967f791db555f1eb671a5421a66f Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 10 Sep 2024 16:59:02 -0700 Subject: [PATCH] Update flake description --- nixos/hosts/xps13_9350/flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/hosts/xps13_9350/flake.nix b/nixos/hosts/xps13_9350/flake.nix index 5022d908..e523cfe9 100644 --- a/nixos/hosts/xps13_9350/flake.nix +++ b/nixos/hosts/xps13_9350/flake.nix @@ -1,6 +1,5 @@ { - - description = "My flake"; + description = "joey@joey-laptop"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; home-manager.url = "github:nix-community/home-manager/release-24.05";