fix: remove nixpkgs for home.nix

This commit is contained in:
Ruben 2024-04-18 22:11:17 -05:00
commit 036d783ddc
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -24,28 +24,6 @@
# ./nvim.nix # ./nvim.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
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = _: true;
};
};
home = { home = {
username = "ruben"; username = "ruben";
homeDirectory = "/home/ruben"; homeDirectory = "/home/ruben";