mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
formatting
This commit is contained in:
parent
d0eb57ed91
commit
b135818747
5 changed files with 254 additions and 249 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ alacritty ];
|
||||
home.file.".config/alacritty/alacritty.yml".source = ./alacritty.yml;
|
||||
home.packages = with pkgs; [ alacritty ];
|
||||
home.file.".config/alacritty/alacritty.yml".source = ./alacritty.yml;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue