aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/flake.nix.org
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-10-02 10:02:02 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-10-02 10:02:02 -0500
commit0ef7783a21a5f63f45d8c1bc466d0dce435f966e (patch)
tree995944e5ab57407b98d76f437d8d22d1d5e8dd13 /nixos/.flake/flake.nix.org
parent595b5788d596e8dcf3a79f42b670a018fffd2a37 (diff)
rename nixos user (pc is broken anyways whatever)
Diffstat (limited to 'nixos/.flake/flake.nix.org')
-rw-r--r--nixos/.flake/flake.nix.org4
1 files changed, 2 insertions, 2 deletions
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;
}
];
};