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 = {
|
||||
zathura.enable = true;
|
||||
|
|
|
@ -1,24 +1,27 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
dejavu_fonts
|
||||
font-awesome
|
||||
lato
|
||||
liberation_ttf
|
||||
libertine
|
||||
libnotify
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk-sans
|
||||
slurp
|
||||
wl-clipboard
|
||||
(config.lib.nixGL.wrap ungoogled-chromium)
|
||||
(config.lib.nixGL.wrap slack)
|
||||
];
|
||||
targets.genericLinux.enable = true;
|
||||
xdg.mime.enable = true;
|
||||
wayland.windowManager.sway.config.input = {
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
dejavu_fonts
|
||||
font-awesome
|
||||
lato
|
||||
liberation_ttf
|
||||
libertine
|
||||
libnotify
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk-sans
|
||||
slurp
|
||||
wl-clipboard
|
||||
(config.lib.nixGL.wrap ungoogled-chromium)
|
||||
(config.lib.nixGL.wrap slack)
|
||||
];
|
||||
targets.genericLinux.enable = true;
|
||||
xdg.mime.enable = true;
|
||||
wayland.windowManager.sway.config.input = {
|
||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue