Adding transient nixvim configs, dwl, dwl patches

This commit is contained in:
2025-09-17 14:02:06 -04:00
parent 8c1552cdde
commit 4b7a2ccd20
10 changed files with 221 additions and 28 deletions

View File

@@ -45,6 +45,13 @@
];
});
})
(final: prev: {
dwl = prev.dwl.overrideAttrs {
patches = [
./modules/dwl/patches/focusdir.patch
];
};
})
];
in {
nixosConfigurations.xps13 = nixpkgs.lib.nixosSystem {
@@ -67,11 +74,11 @@
./home/xps13.nix
nix-index-database.homeModules.nix-index
];
# home.file.".config/nvim" = {
# source = inputs.neovim-config;
# recursive = true;
# # executable = true;
# };
home.file.".config/nvim" = {
source = inputs.neovim-config;
recursive = true;
# executable = true;
};
};
}
];
@@ -95,11 +102,11 @@
./home/server.nix
nix-index-database.homeModules.nix-index
];
# home.file.".config/nvim" = {
# source = inputs.neovim-config;
# recursive = true;
# # executable = true;
# };
home.file.".config/nvim" = {
source = inputs.neovim-config;
recursive = true;
# executable = true;
};
};
# home-manager.users.th3r00t = import ./home.nix;
}
@@ -124,11 +131,11 @@
./home/server.nix
nix-index-database.homeModules.nix-index
];
# home.file.".config/nvim" = {
# source = inputs.neovim-config;
# recursive = true;
# # executable = true;
# };
home.file.".config/nvim" = {
source = inputs.neovim-config;
recursive = true;
# executable = true;
};
};
# home-manager.users.th3r00t = import ./home.nix;
}