Run nix fmt
Format using `nixfmt-rfc-style`.
This commit is contained in:
parent
14a1f177a0
commit
7f2df5f726
24 changed files with 317 additions and 162 deletions
lib/nixos/home-manager
|
@ -1,4 +1,10 @@
|
|||
{ config, inputs, pkgs, username, }: {
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
username,
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./modules/copyq.nix
|
||||
./modules/dunst.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue