style: use alejandra formatter on all nix files
This commit is contained in:
parent
d563805909
commit
0d8a394dcf
76 changed files with 1287 additions and 935 deletions
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, inputs, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
config.modules = {
|
||||
application = {
|
||||
gnupg.enable = true;
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
_:
|
||||
{
|
||||
_: {
|
||||
wayland.windowManager.sway.config.output = {
|
||||
"eDP-1" = {
|
||||
scale = "1.4";
|
||||
};
|
||||
"HDMI-A-1" = {
|
||||
disable = "";
|
||||
disable = "";
|
||||
};
|
||||
};
|
||||
wayland.windowManager.sway.config.input = {
|
||||
|
@ -15,7 +14,7 @@ _:
|
|||
};
|
||||
};
|
||||
programs.zsh.loginExtra = ''
|
||||
#notmutch
|
||||
# notmuch
|
||||
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
|
||||
# export PATH=~/.local/bin:$PATH
|
||||
# export XDG_DATA_HOME=$HOME/.local/share
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue