Adding transient nixvim configs, dwl, dwl patches
This commit is contained in:
37
flake.nix
37
flake.nix
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user