refactor: nix fmt classic to nix fmt
This commit is contained in:
parent
ca78adc858
commit
f9614371a3
57 changed files with 923 additions and 493 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ pkgs, lib, customPkgs, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
customPkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./programs/fastfetch
|
||||
./programs/helix.nix
|
||||
|
|
@ -23,7 +29,10 @@
|
|||
|
||||
programs.git.enable = true;
|
||||
|
||||
home.packages = with pkgs; [ docker docker-compose ];
|
||||
home.packages = with pkgs; [
|
||||
docker
|
||||
docker-compose
|
||||
];
|
||||
|
||||
rsydn.aiTools = {
|
||||
enable = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue