changed formater
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
mako = { enable = true; };
|
||||
};
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
services = {mako = {enable = true;};};
|
||||
programs = {
|
||||
alacritty = { enable = true; };
|
||||
alacritty = {enable = true;};
|
||||
swaylock = {enable = true;};
|
||||
wofi = { enable = true; };
|
||||
zathura = { enable = true; };
|
||||
mpv = { enable = true; };
|
||||
wofi = {enable = true;};
|
||||
zathura = {enable = true;};
|
||||
mpv = {enable = true;};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user