From 0ef7783a21a5f63f45d8c1bc466d0dce435f966e Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 2 Oct 2024 10:02:02 -0500 Subject: rename nixos user (pc is broken anyways whatever) --- nixos/.flake/flake.nix.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/.flake/flake.nix.org') diff --git a/nixos/.flake/flake.nix.org b/nixos/.flake/flake.nix.org index 1e3c71b..c8ee8dd 100644 --- a/nixos/.flake/flake.nix.org +++ b/nixos/.flake/flake.nix.org @@ -1,7 +1,7 @@ #+title: Flake Root I use the unstable branch of =nixpkgs=. This file defines the outputs for my configuration (system and home). -#+begin_src nix :tangle ~/.flake/flake.nix :mkdirp yes +#+begin_src nix { description = "My NixOS Configuration"; @@ -25,7 +25,7 @@ I use the unstable branch of =nixpkgs=. This file defines the outputs for my con home-manager.backupFileExtension = "bak"; home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.jane = import ./home/core.nix; + home-manager.users.jjanzen = import ./home/core.nix; } ]; }; -- cgit v1.2.3