chore: run nixpkgs-fmt
This commit is contained in:
parent
ce814cac82
commit
b41bce8ce2
10 changed files with 22 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass-wayland.withExtensions ( exts: [exts.pass-checkup exts.pass-audit]);
|
||||
package = pkgs.pass-wayland.withExtensions (exts: [ exts.pass-checkup exts.pass-audit ]);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
] ++ (with pkgs.open-vsx; [
|
||||
jeanp413.open-remote-ssh
|
||||
antfu.unocss
|
||||
]);
|
||||
]);
|
||||
|
||||
userSettings = {
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue