Ran nix fmt against nixfmt-rfc-style
This commit is contained in:
parent
43e53f8fb2
commit
8bcd4fc6b8
62 changed files with 784 additions and 287 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
@ -21,8 +26,7 @@
|
|||
functions = {
|
||||
sysrebuild = "nh os switch --ask";
|
||||
sysrebuild-boot = "nh os boot --ask";
|
||||
sysupdate =
|
||||
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
|
||||
sysupdate = "nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
|
||||
code = ''
|
||||
wezterm cli split-pane --top --percent=75 -- hx
|
||||
wezterm cli activate-pane-direction up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue