hand7s: fmt

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-06-13 13:13:26 +03:00
parent b3358ea2a2
commit 5dab6c5e28
No known key found for this signature in database
9 changed files with 107 additions and 40 deletions

View file

@ -1,4 +1,8 @@
{pkgs,lib, ...}: {
{
pkgs,
lib,
...
}: {
programs = {
fuzzel = {
settings = {

View file

@ -1,4 +1,8 @@
{pkgs,lib, ...}: {
{
pkgs,
lib,
...
}: {
programs = {
ghostty = {
enableFishIntegration = true;

View file

@ -7,7 +7,6 @@
aliases = {
pushall = "push github; push gitlab";
pushall-f = "push --force github; push --force gitlab";
};
signing = {

View file

@ -1,4 +1,8 @@
{pkgs,lib, ...}: {
{
pkgs,
lib,
...
}: {
programs = {
helix = {
enable = true;

View file

@ -1,4 +1,8 @@
{pkgs,lib, ...}: {
{
pkgs,
lib,
...
}: {
programs = {
yazi = {
enable = true;