feat: alejandra -> nixfmt

This commit is contained in:
uku 2024-12-25 18:21:24 +01:00
parent acc6e6e825
commit 65ce9c5882
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
56 changed files with 737 additions and 456 deletions

View file

@ -5,7 +5,8 @@
catppuccin,
lanzaboote,
...
}: {
}:
{
imports = [
catppuccin.nixosModules.catppuccin
lanzaboote.nixosModules.lanzaboote
@ -24,10 +25,10 @@
boot = {
kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
kernelModules = ["v4l2loopback"];
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
kernelModules = [ "v4l2loopback" ];
supportedFilesystems = ["ntfs"];
supportedFilesystems = [ "ntfs" ];
loader = {
systemd-boot.enable = lib.mkForce false;
@ -61,7 +62,7 @@
];
fontconfig.defaultFonts = {
emoji = ["Twitter Color Emoji"];
emoji = [ "Twitter Color Emoji" ];
};
};
@ -91,7 +92,7 @@
strawberry
teams-for-linux
thunderbird
(vesktop.override {withSystemVencord = true;})
(vesktop.override { withSystemVencord = true; })
vscode
# libreoffice stuff