formatting

This commit is contained in:
Osman Faruk Bayram 2025-03-13 20:29:00 +03:00
parent c6927a28e2
commit 341f24f211
6 changed files with 10 additions and 9 deletions

View file

@ -4,4 +4,4 @@
# enableFishIntegration = true; # why add a read-only option? # enableFishIntegration = true; # why add a read-only option?
nix-direnv.enable = true; nix-direnv.enable = true;
}; };
} }

View file

@ -20,4 +20,4 @@
''; '';
}; };
}; };
} }

View file

@ -1,4 +1,8 @@
{config, pkgs, ...}: { {
config,
pkgs,
...
}: {
imports = [ imports = [
./alacritty.nix ./alacritty.nix
./tmux ./tmux

View file

@ -9,4 +9,4 @@
nodejs.disabled = true; nodejs.disabled = true;
}; };
}; };
} }

View file

@ -1,7 +1,4 @@
{ {pkgs, ...}: let
pkgs,
...
}: let
wanikani-current-reviews-script = builtins.path {path = ./wanikani-current-reviews.sh;}; wanikani-current-reviews-script = builtins.path {path = ./wanikani-current-reviews.sh;};
wanikani-level-script = builtins.path {path = ./wanikani-level.sh;}; wanikani-level-script = builtins.path {path = ./wanikani-level.sh;};
wanikani-progression-script = builtins.path {path = ./wanikani-progression.sh;}; wanikani-progression-script = builtins.path {path = ./wanikani-progression.sh;};

View file

@ -3,4 +3,4 @@
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
}; };
} }