mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-21 23:17:28 +01:00
move home-manager config to subdirectory
This commit is contained in:
parent
08930ba021
commit
a6f2ac0868
@ -64,7 +64,7 @@
|
||||
// mkHomes [ "pvv-terminal" ] { username = "danio"; homeDirectory = "/home/pvv/d/danio"; };
|
||||
|
||||
nixosModules = {
|
||||
home-manager = nixlib.genAttrs allMachines (machine: import ./machines/${machine}.nix);
|
||||
home-manager = nixlib.genAttrs allMachines (machine: import ./home/machines/${machine}.nix);
|
||||
};
|
||||
|
||||
overlays = [
|
||||
|
@ -1,6 +0,0 @@
|
||||
self: super:
|
||||
{
|
||||
mumble = super.mumble.override (OldAttr: {
|
||||
pulseSupport = true;
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user