add restruct4
This commit is contained in:
@@ -6,17 +6,16 @@
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
../core/adam.nix
|
||||
../extra/adam.nix
|
||||
../extra
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
overlays = [ ];
|
||||
overlays = [];
|
||||
# Configure your nixpkgs instance
|
||||
config = {
|
||||
# Disable if you don't want unfree packages
|
||||
|
||||
Reference in New Issue
Block a user