Moving things
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -15,12 +15,11 @@
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
neovim-config = {
|
||||
url = "git+https://git.th3r00t.net/th3r00t/nvim-config.git?ref=master";
|
||||
url = "git+https://git.th3r00t.net/th3r00t/nvim-config.git?ref=Pre-COC";
|
||||
# url = "git+ssh://git@git.th3r00t.net/th3r00t/nvim-config.git?ref=main";
|
||||
|
||||
flake = false;
|
||||
};
|
||||
|
||||
};
|
||||
outputs = {
|
||||
self, nixpkgs, home-manager, nix-index-database, sops-nix, disko,
|
||||
@@ -50,6 +49,7 @@
|
||||
./modules/hardware/hardware-configuration-xps13.nix
|
||||
nixos-hardware.nixosModules.dell-xps-13-9370
|
||||
home-manager.nixosModules.home-manager {
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
||||
# home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.sharedModules = [ {nixpkgs.overlays = overlays;} ];
|
||||
@@ -61,10 +61,9 @@
|
||||
home.file.".config/nvim" = {
|
||||
source = inputs.neovim-config;
|
||||
recursive = true;
|
||||
executable = true;
|
||||
# executable = true;
|
||||
};
|
||||
};
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
||||
}
|
||||
];
|
||||
};
|
||||
@@ -89,11 +88,10 @@
|
||||
home.file.".config/nvim" = {
|
||||
source = inputs.neovim-config;
|
||||
recursive = true;
|
||||
executable = true;
|
||||
# executable = true;
|
||||
};
|
||||
};
|
||||
# home-manager.users.th3r00t = import ./home.nix;
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
||||
}
|
||||
];
|
||||
};
|
||||
@@ -118,11 +116,10 @@
|
||||
home.file.".config/nvim" = {
|
||||
source = inputs.neovim-config;
|
||||
recursive = true;
|
||||
executable = true;
|
||||
# executable = true;
|
||||
};
|
||||
};
|
||||
# home-manager.users.th3r00t = import ./home.nix;
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user