Add nixfmt
This commit is contained in:
parent
cb4abb4227
commit
dcf8aedc96
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -38,6 +38,7 @@ in
|
|||
packages = [
|
||||
pkgs.nixd
|
||||
pkgs.nil
|
||||
pkgs.nixfmt-rfc-style
|
||||
pkgs.teams-for-linux
|
||||
# pkgs.simplex-chat-desktop - not available on aarch64
|
||||
pkgs.signal-desktop
|
||||
|
@ -221,7 +222,7 @@ default_api.shell(command=["rm", "fix_descriptive_name.patch"])
|
|||
};
|
||||
};
|
||||
};
|
||||
floorp = {
|
||||
floorp = { # TODO: Add nixOS configuration bookmark, helix language and formatter
|
||||
enable = true;
|
||||
package = (config.lib.nixGL.wrap pkgs.floorp);
|
||||
languagePacks = [
|
||||
|
|
Loading…
Add table
Reference in a new issue