aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/flake.nix.org
diff options
context:
space:
mode:
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;
}
];
};