feat(nix): Updated flakes

This commit is contained in:
uttarayan21
2024-04-08 20:39:29 +05:30
parent e7ba412c20
commit 5b743ffe79
7 changed files with 137 additions and 159 deletions

View File

@@ -114,7 +114,7 @@ in rec {
telescope = {
enable = true;
extraOptions = {
settings = {
defaults = {
layout_strategy = "vertical";
layout_config = {
@@ -132,7 +132,7 @@ in rec {
undo.enable = true;
ui-select.enable = true;
fzf-native.enable = true;
file_browser.enable = true;
file-browser.enable = true;
};
};
@@ -202,8 +202,6 @@ in rec {
enable = true;
settings.formatting.command = [
"${pkgs.alejandra}/bin/alejandra"
# "${pkgs.nixfmt}/bin/nixfmt"
# "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt"
];
# nix.flake.autoArchive = true;
};