configure sway
This commit is contained in:
parent
61ecbd9721
commit
f9138672e8
17 changed files with 322 additions and 25 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.helix = {
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
name = "nix";
|
||||
auto-format = true;
|
||||
formatter.command = "${pkgs.nixfmt}/bin/nixfmt";
|
||||
formatter.command = "${lib.getExe pkgs.nixfmt-rfc-style} -s";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue