mirror of
https://github.com/blahai/nyx.git
synced 2025-06-08 10:13:02 -04:00
Format with alejandra
This commit is contained in:
parent
4771948682
commit
e08f66d286
31 changed files with 398 additions and 278 deletions
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.file."Pictures/gay.png".source = ./gay.png;
|
||||
programs.fastfetch = {
|
||||
enable = true;
|
||||
|
@ -9,7 +14,7 @@
|
|||
width = 32;
|
||||
};
|
||||
|
||||
display = { separator = " "; };
|
||||
display = {separator = " ";};
|
||||
|
||||
modules = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue