Kieran's opinionated (and probably slightly dumb) nix config

chore: update home manager configs

Changed files
+2 -15
home-manager
+2 -15
home-manager/home.nix
···
];
nixpkgs = {
-
# You can add overlays here
-
overlays = [
-
# If you want to use overlays exported from other flakes:
-
# neovim-nightly-overlay.overlays.default
-
-
# Or define it inline, for example:
-
# (final: prev: {
-
# hi = final.hello.overrideAttrs (oldAttrs: {
-
# patches = [ ./change-hello-to-hi.patch ];
-
# });
-
# })
-
];
# Configure your nixpkgs instance
config = {
# Disable if you don't want unfree packages
···
};
};
-
# TODO: Set your username
home = {
-
username = "your-username";
-
homeDirectory = "/home/your-username";
+
username = "kierank";
+
homeDirectory = "/home/kierank";
};
# Add stuff for your user as you see fit: